Skip to content

Commit d7c53f0

Browse files
committed
ci: fix used env var for metadata json
1 parent 7d5cd16 commit d7c53f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: 🔖 Push correct tags
9797
run: |
98-
TAGS=$(echo "$DOCKER_METADATA" | jq -r '.tags | to_entries | map("--tag " + (.value | tostring)) | join(" ")')
98+
TAGS=$(echo "$DOCKER_METADATA_OUTPUT_JSON" | jq -r '.tags | to_entries | map("--tag " + (.value | tostring)) | join(" ")')
9999
100100
echo "Would run: docker buildx imagetools create $TAGS $DOCKER_IMAGE:$TEST_TAG"
101101

0 commit comments

Comments
 (0)