From 79af6339801cd4f01640f312716f59d706b366d8 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 23:58:52 -0600 Subject: [PATCH] different escapes --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index d0dd758..3bb3c25 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -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: |