diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 9d01f5a..d0dd758 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -201,8 +201,7 @@ jobs: name: Create manifest list and push working-directory: /tmp/digests run: | - 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: |