Skip to content

Commit b0b4afe

Browse files
committed
update ci to grab proper version when tagging images
Signed-off-by: Aaron Cupp <[email protected]>
1 parent 3f631c7 commit b0b4afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- run:
8787
name: Make Images via Buildx
8888
command: |
89-
BUILDX_PLATFORMS="$BUILDX_PLATFORMS" make cross-build
89+
BUILDX_PLATFORMS="$BUILDX_PLATFORMS" TAG="$CIRCLE_TAG" make cross-build
9090
workflows:
9191
version: 2
9292
build-branch-dev:

0 commit comments

Comments
 (0)