Loading .gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ include: stages: - container-build - container-mirror - deploy # Build the container only if the commit is to main, or it is a tag. Loading Loading @@ -104,6 +105,16 @@ clean-image-tags: - if: $CI_COMMIT_TAG when: always deploy-rdsys-staging: stage: deploy tags: - shell script: - /usr/local/bin/tpa-rdsys-staging-ci-deploy ${CI_REGISTRY_IMAGE}:nightly rules: - if: $CI_COMMIT_REF_NAME == "main" when: always # disabled while we discuss if we can deprecate arm and 386 # https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/-/issues/25 #mirror-image-to-dockerhub: Loading Loading
.gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ include: stages: - container-build - container-mirror - deploy # Build the container only if the commit is to main, or it is a tag. Loading Loading @@ -104,6 +105,16 @@ clean-image-tags: - if: $CI_COMMIT_TAG when: always deploy-rdsys-staging: stage: deploy tags: - shell script: - /usr/local/bin/tpa-rdsys-staging-ci-deploy ${CI_REGISTRY_IMAGE}:nightly rules: - if: $CI_COMMIT_REF_NAME == "main" when: always # disabled while we discuss if we can deprecate arm and 386 # https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/-/issues/25 #mirror-image-to-dockerhub: Loading