From b5f04d9c8b40a9f7d9c5952e5ca57c42dadfc20a Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 3 Dec 2025 17:55:38 -0500 Subject: [PATCH] fix(ci): update Docker Hub image tagging in manifest creation --- .github/workflows/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4458c7b43..65e447b6f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -327,8 +327,7 @@ jobs: command: | cd /tmp/digests docker buildx imagetools create $(jq -cr '.tags | map(select(startswith("ghcr.io") | not)) | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \ - $(printf 'ghcr.io/${{ github.repository }}@sha256:%s ' *) - + $(printf '${{ vars.DOCKER_HUB_REPO }}@sha256:%s ' *) - name: Inspect image in Docker Hub run: | docker buildx imagetools inspect ${{ vars.DOCKER_HUB_REPO }}:${{ steps.docker.outputs.version }}