mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
seperate docker hub mirroring to a seperate stage
This commit is contained in:
parent
63549af07e
commit
e7a7f41c5b
1 changed files with 2 additions and 6 deletions
|
@ -2,6 +2,7 @@ stages:
|
|||
- test
|
||||
- deploy
|
||||
- container-build
|
||||
- container-mirror
|
||||
|
||||
variables:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
|
@ -373,12 +374,7 @@ clean-image-tags:
|
|||
when: always
|
||||
|
||||
mirror-image-to-dockerhub:
|
||||
stage: container-build
|
||||
needs:
|
||||
- job: clean-image-tags
|
||||
artifacts: false
|
||||
- job: tag-container-release
|
||||
artifacts: false
|
||||
stage: container-mirror
|
||||
variables:
|
||||
DOCKERHUB_MIRROR_REPOURL: $DOCKERHUB_MIRROR_REPOURL
|
||||
DOCKERHUB_USERNAME: $DOCKERHUB_MIRROR_USERNAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue