From f212cd9aaa517b8183339a343c4187a7b4c1b3c1 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 11 Jun 2025 10:49:13 +0200 Subject: [PATCH] fix(ci): build stage name --- .gitlab/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/build.yaml b/.gitlab/build.yaml index ddf8a58..a2c37fd 100644 --- a/.gitlab/build.yaml +++ b/.gitlab/build.yaml @@ -5,8 +5,8 @@ variables: stages: - "build" -image-build: - stage: "image-build" +build: + stage: "build" image: "quay.io/buildah/stable:latest" script: