CI: make tag-container-release job depend on previous stages

This commit is contained in:
Micah Anderson 2024-03-19 11:55:25 -04:00 committed by micah
parent 96422e0db3
commit 1a620dd21b

View file

@ -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: