From d9ff9101a19478ad5165dfb17efb8a054cf5bbf1 Mon Sep 17 00:00:00 2001 From: naskya Date: Sat, 18 May 2024 19:04:35 +0900 Subject: [PATCH] ci: fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4de2f25ee..d3fb0497d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -186,7 +186,7 @@ build:container: - apt-get install -y --no-install-recommends ca-certificates fuse-overlayfs - echo 'deb https://deb.debian.org/debian trixie main' | tee /etc/apt/sources.list - apt-get update && apt-get install -y --no-install-recommends --target-release trixie buildah - - buildah prune --all | true + - buildah prune --all --force || true - echo "${CI_REGISTRY_PASSWORD}" | buildah login --username "${CI_REGISTRY_USER}" --password-stdin "${CI_REGISTRY}" - export IMAGE_TAG="${CI_REGISTRY}/${CI_PROJECT_PATH}/develop:not-for-production" - export IMAGE_CACHE="${CI_REGISTRY}/${CI_PROJECT_PATH}/develop/cache"