ci: fix in build stage

This commit is contained in:
ITQ
2025-12-14 14:54:08 +03:00
parent 98ec96c8aa
commit 5f355353fb
+2 -1
View File
@@ -43,7 +43,8 @@ cache:
image: quay.io/containers/buildah:latest
variables:
STORAGE_DRIVER: vfs
BUILDAH_ISOLATION: oci
BUILDAH_FORMAT: oci
BUILDAH_ISOLATION: chroot
before_script:
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY