test new publish docker image flow

This commit is contained in:
Amruth Pillai
2026-01-19 22:49:28 +01:00
parent 8a164c416f
commit 55bdfd0067
+4 -5
View File
@@ -159,11 +159,10 @@ jobs:
working-directory: /tmp/digests
run: |
set -euo pipefail
run: |
docker buildx imagetools create \
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf 'ghcr.io/${{ env.IMAGE }}@sha256:%s ' *) \
$(printf 'docker.io/${{ env.IMAGE }}@sha256:%s ' *)
docker buildx imagetools create \
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf 'ghcr.io/${{ env.IMAGE }}@sha256:%s ' *) \
$(printf 'docker.io/${{ env.IMAGE }}@sha256:%s ' *)
- name: Inspect image
run: |