From 32e567675a95cfe15d491095c75672e7526f2ead Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 9 Apr 2024 00:01:14 +0200 Subject: [PATCH] Try harder --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7dfa39d9..2b8023ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,11 @@ image: quay.io/buildah/stable:latest default: before_script: - - buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY} + - buildah login -u "$CI_REGISTRY_USER" --password $CI_REGISTRY_PASSWORD $CI_REGISTRY variables: STORAGE_DRIVER: vfs BUILDAH_FORMAT: docker + BUILDAH_ISOLATION: chroot stages: - build @@ -21,5 +22,5 @@ build: deploy: stage: deploy script: - - buildah push + - buildah push teckids.org:latest -- GitLab