Skip to content

Commit

Permalink
Ensure tags are pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmithuk committed Apr 18, 2022
1 parent 51deb85 commit c3bb1f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ workflows:
- build-docker-push-tag:
name: build-docker-push-tag
requires:
- build-docker-push-latest
- docker-image-test-amd64
- docker-image-test-arm64
filters:
tags:
only: /^\d+\.\d+\.\d+$/
Expand Down Expand Up @@ -382,8 +383,8 @@ jobs:
echo "Version Full << pipeline.git.tag >>"
echo "Version Major $VERSION_MAJOR"
./regctl image copy nsmithuk/local-kms:latest nsmithuk/local-kms:${VERSION_MAJOR}
./regctl image copy nsmithuk/local-kms:latest nsmithuk/local-kms:<< pipeline.git.tag >>
./regctl image copy nsmithuk/local-kms:circleci nsmithuk/local-kms:${VERSION_MAJOR}
./regctl image copy nsmithuk/local-kms:circleci nsmithuk/local-kms:<< pipeline.git.tag >>
release-artifacts-s3:
executor: aws-cli/default
Expand Down

0 comments on commit c3bb1f8

Please sign in to comment.