Another typo
Some checks failed
build / docker-build (push) Has been cancelled

This commit is contained in:
pratik
2025-10-17 14:56:57 -05:00
parent 2f786aa14f
commit 014dcb5b09

View File

@@ -7,7 +7,7 @@ build_container:
stage: build
image: deps.global.bsf.tools/quay.io/buildah/stable:latest
variables:
IMAGE_NAME: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI__COMMIT_SHORT_SHA"
IMAGE_NAME: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA"
before_script:
- mkdir -p /tmp/buildah-storage
- export BUILDAH_ROOT="/tmp/buildah-storage"