test change to ci

This commit is contained in:
Hackintosh Five 2023-06-14 12:58:01 +01:00
parent 12dee257e5
commit b9bc6d423c

View File

@ -15,7 +15,7 @@ build:
before_script: before_script:
# Log in to the GitLab container registry # Log in to the GitLab container registry
- export REGISTRY_AUTH_FILE=$HOME/auth.json - 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: script:
- buildah images - buildah images
- buildah build -t $FQ_IMAGE_NAME - buildah build -t $FQ_IMAGE_NAME