From 1a620dd21b6c50d026f80e6140868ce769957806 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 19 Mar 2024 11:55:25 -0400 Subject: [PATCH] CI: make tag-container-release job depend on previous stages --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 640ebab..d2bc664 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -339,6 +339,9 @@ merge-manifests: # If this is a tag, then we want to additionally tag the image as `stable` tag-container-release: stage: container-build + needs: + - job: merge-manifests + artifacts: false image: quay.io/podman/stable allow_failure: false variables: