summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-09-17 20:10:08 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-09-25 13:08:46 +0200
commita8e378377ebad5c6d2051222d001eb9d1aa5f634 (patch)
tree97d711ca80c4474f7d15b8bf21174015e21397e6 /.gitlab-ci.yml
parenteb27557a27add4e34ecb3b34a4aa3d2f6f167166 (diff)
[ci] use the registry of the repo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfe1899..0e960ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
- vendor
build_test:
- image: registry.0xacab.org/leap/docker/bitmask-vpn:latest
+ image: registry.0xacab.org/leap/bitmask-vpn:latest
stage: build
script:
- apt update
@@ -22,7 +22,7 @@ build_test:
expire_in: 1 month
# branded_push:
-# image: registry.0xacab.org/leap/docker/bitmask-vpn:latest
+# image: registry.0xacab.org/leap/bitmask-vpn:latest
# stage: push
# only:
# - master
@@ -47,14 +47,14 @@ build_test:
# trigger_deb:
-# image: registry.0xacab.org/leap/docker/buster_amd64:latest
+# image: registry.0xacab.org/leap/buster_amd64:latest
# stage: trigger
# script:
# - echo "Triggering CI pipeline on https://0xacab.org/leap/riseup-vpn_package/pipelines"
# - "curl -X POST -F token=$RISEUP_VPN_DEB_TRIGGER_TOKEN -F ref=master https://0xacab.org/api/v4/projects/1916/trigger/pipeline"
vendorize:
- image: registry.0xacab.org/leap/docker/bitmask-vpn:latest
+ image: registry.0xacab.org/leap/bitmask-vpn:latest
stage: vendor
script:
#- 'PROVIDERS="riseup calyx" make build_all_providers'