From 57b383862ba81dfa265bb33d492e2bbcbc96891d Mon Sep 17 00:00:00 2001 From: Sebastian Fleer Date: Wed, 30 Jul 2025 11:44:21 +0200 Subject: [PATCH] Revert "chore(docker): use clean_registry in step `Create manifest list and push`" This reverts commit 81a6fa6cfce22bbc690855d0dd2d15e7afc25e52. --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 09336c8..cfb165e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -191,7 +191,7 @@ jobs: working-directory: /tmp/digests run: | docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \ - $(printf '${{ steps.clean_registry.outputs.clean_registry }}/${{ inputs.image_name }}@sha256:%s ' *) + $(printf '${{ inputs.registry }}/${{ inputs.image_name }}@sha256:%s ' *) - name: Inspect image run: |