From 93f2a8cdde4c8e9cf496cf76d50aad88a18f4518 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Thu, 7 Dec 2023 19:40:25 +0100 Subject: [PATCH] Correct order through stages --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bebff7..d75b8d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,15 @@ +stages: + - site + - image + build-site: + stage: site image: registry.gitlab.com/pages/hugo/hugo_extended:latest script: - hugo build-image: + stage: image image: name: gcr.io/kaniko-project/executor:debug entrypoint: [""]