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 1a6f755 commit 083ff48Copy full SHA for 083ff48
1 file changed
.github/workflows/build.yml
@@ -186,7 +186,7 @@ jobs:
186
run: |
187
# Create the manifest list and push to both registries
188
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
189
- $(jq -r '.annotations | to_entries[] | "--annotation", "\(.key)=\(.value)"' <<<"$DOCKER_METADATA_OUTPUT_JSON")
+ $(jq -r '.annotations | to_entries[] | "--annotation", "\(.key)=\(.value)"' <<<"$DOCKER_METADATA_OUTPUT_JSON") \
190
$(printf '${{ env.CONTAINER_IMAGE }}@sha256:%s ' *) \
191
$(printf 'ghcr.io/${{ env.CONTAINER_IMAGE }}@sha256:%s ' *)
192
0 commit comments