From 421eff7e37c5656e9b6d23649c97df8a3dec9d78 Mon Sep 17 00:00:00 2001 From: yyvf <yyvf@pm.me> Date: Mon, 14 Apr 2025 11:49:54 -0300 Subject: [PATCH] ci: test --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4be549..0a9f094 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,7 @@ stages: build: stage: build image: - name: quay.io/buildah/stable - entrypoint: [""] + name: harbor.c3sl.ufpr.br/gitlab/buildah:stable-v1.23.1 variables: STORAGE_DRIVER: vfs script: -- GitLab