Tag using vfs storage driver
Some checks failed
Publish Builder Images / build-and-push (push) Failing after 4m55s
Some checks failed
Publish Builder Images / build-and-push (push) Failing after 4m55s
This commit is contained in:
2
build.sh
2
build.sh
@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user