Skip to content

Commit

Permalink
Merge pull request #13 from FairwindsOps/bm/docker-build-release
Browse files Browse the repository at this point in the history
Building still uses build number(eg `build_91`) in tags instead of version
  • Loading branch information
makoscafee authored Aug 14, 2020
2 parents dae7abd + 049f534 commit 8a8a510
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ workflows:
branches:
ignore: /pull\/[0-9]+/
tags:
only: /.*/
ignore: /.*/

release:
jobs:
Expand All @@ -77,3 +77,18 @@ workflows:
ignore: /.*/
tags:
only: /.*/
- rok8s/docker_build_and_push:
name: build-and-push-container
docker-push: true
enable_docker_layer_caching: false
config_file: .circleci/build.config
context: org-global
docker-login: true
password-variable: "fairwinds_quay_token"
registry: quay.io
username: fairwinds+circleci
filters:
branches:
ignore: /.*/
tags:
only: /.*/

0 comments on commit 8a8a510

Please sign in to comment.