fix creating manifest on wrong repo

This commit is contained in:
Jade Ellis 2025-01-26 23:52:51 +00:00 committed by GitHub
parent 04ff09453f
commit 84e8c34cb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -902,7 +902,7 @@ jobs:
fi
# GitHub Container Registry
if [ $GHCR_ENABLED = "true" ]; then
docker manifest create ${DOCKER_HUB_REPO}:${UNIQUE_TAG}-haswell --amend ${DOCKER_HUB_REPO}:${UNIQUE_TAG}-haswell
docker manifest create ${GHCR_REPO}:${UNIQUE_TAG}-haswell --amend ${DOCKER_HUB_REPO}:${UNIQUE_TAG}-haswell
docker manifest create ${GHCR_REPO}:${BRANCH_TAG}-haswell --amend ${GHCR_REPO}:${UNIQUE_TAG}-haswell
fi
# GitLab Container Registry