Skip to content

Commit 72ed4c6

Browse files
authored
Merge pull request #6 from IamMrCupp:dev
Update circleci Build and Release
2 parents efa18bf + b0b4afe commit 72ed4c6

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)