Fix remote image naming.
ci/woodpecker/push/mirror Pipeline failed

This commit is contained in:
2026-07-22 21:52:59 +05:00
parent a07b68228e
commit df1f1681e5
+1 -1
View File
@@ -106,7 +106,7 @@ function mirror() {
echo "* Mirroring ${image}" echo "* Mirroring ${image}"
REMOTE_IMAGE="${REGISTRY}${REGISTRY_PROJECT}/${image}" REMOTE_IMAGE="${REGISTRY}/${REGISTRY_PROJECT}/${image}"
MULTIARCH=0 MULTIARCH=0
# We presumes that amd64 image should always be available. # We presumes that amd64 image should always be available.