1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-27 18:28:31 +00:00

fix creating manifest on wrong repo

This commit is contained in:
Jade Ellis 2025-01-26 23:52:51 +00:00 committed by June Clementine Strawberry 🍓🦴
parent 1c585ab1b6
commit db7d23e780

View file

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