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 7d5cd16 commit d7c53f0Copy full SHA for d7c53f0
.github/workflows/build.yml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: 🔖 Push correct tags
97
run: |
98
- TAGS=$(echo "$DOCKER_METADATA" | jq -r '.tags | to_entries | map("--tag " + (.value | tostring)) | join(" ")')
+ 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
0 commit comments