Skip to content

Commit

Permalink
Building still uses build number istead of version
Browse files Browse the repository at this point in the history
  • Loading branch information
makoscafee committed Aug 13, 2020
1 parent dae7abd commit da55e1a
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-scripts/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 da55e1a

Please sign in to comment.