mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -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
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
- container-build
|
- container-build
|
||||||
|
- container-mirror
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
@ -373,12 +374,7 @@ clean-image-tags:
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
mirror-image-to-dockerhub:
|
mirror-image-to-dockerhub:
|
||||||
stage: container-build
|
stage: container-mirror
|
||||||
needs:
|
|
||||||
- job: clean-image-tags
|
|
||||||
artifacts: false
|
|
||||||
- job: tag-container-release
|
|
||||||
artifacts: false
|
|
||||||
variables:
|
variables:
|
||||||
DOCKERHUB_MIRROR_REPOURL: $DOCKERHUB_MIRROR_REPOURL
|
DOCKERHUB_MIRROR_REPOURL: $DOCKERHUB_MIRROR_REPOURL
|
||||||
DOCKERHUB_USERNAME: $DOCKERHUB_MIRROR_USERNAME
|
DOCKERHUB_USERNAME: $DOCKERHUB_MIRROR_USERNAME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue