aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2024-03-19 11:55:25 -0400
committermicah <micah@torproject.org>2024-03-25 19:23:05 +0000
commit1a620dd21b6c50d026f80e6140868ce769957806 (patch)
tree1b3b3d3fb70642139814c741e00ee37a7d4b0293
parent96422e0db38c2385b900a89ea4f6c1a17d606452 (diff)
downloadsnowflake-1a620dd21b6c50d026f80e6140868ce769957806.tar.gz
snowflake-1a620dd21b6c50d026f80e6140868ce769957806.zip
CI: make tag-container-release job depend on previous stages
-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: