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.
1 parent 3f631c7 commit b0b4afeCopy full SHA for b0b4afe
.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