Skip to content

Commit

Permalink
update ci to grab proper version when tagging images
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Cupp <[email protected]>
  • Loading branch information
IamMrCupp committed Jul 20, 2021
1 parent 3f631c7 commit b0b4afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- run:
name: Make Images via Buildx
command: |
BUILDX_PLATFORMS="$BUILDX_PLATFORMS" make cross-build
BUILDX_PLATFORMS="$BUILDX_PLATFORMS" TAG="$CIRCLE_TAG" make cross-build
workflows:
version: 2
build-branch-dev:
Expand Down

0 comments on commit b0b4afe

Please sign in to comment.