We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efa18bf + b0b4afe commit 72ed4c6Copy full SHA for 72ed4c6
.circleci/config.yml
@@ -86,7 +86,7 @@ jobs:
86
- run:
87
name: Make Images via Buildx
88
command: |
89
- BUILDX_PLATFORMS="$BUILDX_PLATFORMS" make cross-build
+ BUILDX_PLATFORMS="$BUILDX_PLATFORMS" TAG="$CIRCLE_TAG" make cross-build
90
workflows:
91
version: 2
92
build-branch-dev:
0 commit comments