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 8e31de0 commit 3a61704Copy full SHA for 3a61704
.github/workflows/wc-build-push.yml
@@ -131,6 +131,8 @@ jobs:
131
ANNOTATIONS=$(echo '${{ steps.metadata.outputs.json }}' | jq -cr '.annotations | map("--annotation \"" + . + "\"") | join(" ")')
132
TAGS=$(echo '${{ steps.metadata.outputs.json }}' | jq -cr '.tags | map("--tag " + . + "\"") | join(" ")')
133
134
+ echo $ANNOTATIONS
135
+
136
# Build the command and execute it
137
docker buildx imagetools create \
138
$ANNOTATIONS \
0 commit comments