Skip to content
Snippets Groups Projects
Unverified Commit a8e37837 authored by meskio's avatar meskio :tent: Committed by Kali Kaneko
Browse files

[ci] use the registry of the repo

parent eb27557a
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
......@@ -4,7 +4,7 @@
#########################################################################
IMAGE=bitmask-vpn
REGISTRY=registry.0xacab.org/leap/docker
REGISTRY=registry.0xacab.org/leap
PROVIDER=riseup
PRODUCT=$(shell echo $(PROVIDER) | sed -e "s/\b\(.\)/\u\1/g")VPN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment