mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
CI: make tag-container-release job depend on previous stages
This commit is contained in:
parent
96422e0db3
commit
1a620dd21b
1 changed files with 3 additions and 0 deletions
|
@ -339,6 +339,9 @@ merge-manifests:
|
||||||
# If this is a tag, then we want to additionally tag the image as `stable`
|
# If this is a tag, then we want to additionally tag the image as `stable`
|
||||||
tag-container-release:
|
tag-container-release:
|
||||||
stage: container-build
|
stage: container-build
|
||||||
|
needs:
|
||||||
|
- job: merge-manifests
|
||||||
|
artifacts: false
|
||||||
image: quay.io/podman/stable
|
image: quay.io/podman/stable
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue