different escapes

This commit is contained in:
asonix 2024-02-07 23:58:52 -06:00
parent 21c78403df
commit 79af633980

View file

@ -201,7 +201,7 @@ jobs:
name: Create manifest list and push
working-directory: /tmp/digests
run: |
bash -c 'docker buildx imagetools create $(jq -cr \'.tags | map("-t " + .) | join(" ")\' <<< "$DOCKER_METADATA_OUTPUT_JSON") $(printf \'${{ env.REGISTRY_IMAGE }}@sha256:%s \' *)'
bash -c 'docker buildx imagetools create $(jq -cr ".tags | map(\"-t \" + .) | join(\" \")" <<< "$DOCKER_METADATA_OUTPUT_JSON") $(printf "${{ env.REGISTRY_IMAGE }}@sha256:%s " *)'
-
name: Inspect Image
run: |