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 d7c53f0 commit 0a048b5Copy full SHA for 0a048b5
.github/workflows/build.yml
@@ -97,5 +97,4 @@ jobs:
97
run: |
98
TAGS=$(echo "$DOCKER_METADATA_OUTPUT_JSON" | jq -r '.tags | to_entries | map("--tag " + (.value | tostring)) | join(" ")')
99
100
- echo "Would run: docker buildx imagetools create $TAGS $DOCKER_IMAGE:$TEST_TAG"
101
-
+ docker buildx imagetools create $TAGS $DOCKER_IMAGE:$TEST_TAG
0 commit comments