From b9bc6d423c9a3f18eca633e453fa955d614495e3 Mon Sep 17 00:00:00 2001 From: Hackintosh Five Date: Wed, 14 Jun 2023 12:58:01 +0100 Subject: [PATCH] test change to ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b692654..4b06572 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build: before_script: # Log in to the GitLab container registry - export REGISTRY_AUTH_FILE=$HOME/auth.json - - echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY + - echo "$CI_REGISTRY_PASSWORD" | buildah login --isolation=chroot -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY script: - buildah images - buildah build -t $FQ_IMAGE_NAME