aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
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: