ci: fix in build stage
This commit is contained in:
+2
-1
@@ -43,7 +43,8 @@ cache:
|
|||||||
image: quay.io/containers/buildah:latest
|
image: quay.io/containers/buildah:latest
|
||||||
variables:
|
variables:
|
||||||
STORAGE_DRIVER: vfs
|
STORAGE_DRIVER: vfs
|
||||||
BUILDAH_ISOLATION: oci
|
BUILDAH_FORMAT: oci
|
||||||
|
BUILDAH_ISOLATION: chroot
|
||||||
before_script:
|
before_script:
|
||||||
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user