Tag using vfs storage driver
Some checks failed
Publish Builder Images / build-and-push (push) Failing after 4m55s

This commit is contained in:
2025-12-02 10:17:38 +01:00
parent 6a58136009
commit f19a927548

View File

@ -35,7 +35,7 @@ buildah build \
# CRITICAL STEP: Create the local alias
# The Windows Dockerfile expects "FROM godot-fedora:custom"
# So we tag our just-built image to match that expectation.
buildah tag "$FULL_BASE_TAG" "godot-fedora:custom"
buildah tag --storage-driver=vfs "$FULL_BASE_TAG" "godot-fedora:custom"
# Push Base to registry (Checkpoint)
echo "Pushing Base image..."