Skip to content

Commit 3a61704

Browse files
committed
chore: debug...
1 parent 8e31de0 commit 3a61704

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
ANNOTATIONS=$(echo '${{ steps.metadata.outputs.json }}' | jq -cr '.annotations | map("--annotation \"" + . + "\"") | join(" ")')
132132
TAGS=$(echo '${{ steps.metadata.outputs.json }}' | jq -cr '.tags | map("--tag " + . + "\"") | join(" ")')
133133
134+
echo $ANNOTATIONS
135+
134136
# Build the command and execute it
135137
docker buildx imagetools create \
136138
$ANNOTATIONS \

0 commit comments

Comments
 (0)