Verified Commit 12562b7e authored by Jérôme Charaoui's avatar Jérôme Charaoui 🕯️
Browse files

ci: update bridge containers on rdsys-staging

parent 1bf3d811
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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.
@@ -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: