Skip to content
Snippets Groups Projects
Unverified Commit 24a3f90e authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[ci] use the right registry when pushing image

parent ebcb2299
No related branches found
No related tags found
No related merge requests found
IMAGE=bitmask-vpn
REGISTRY=0xacab.org:4567/leap/docker
REGISTRY=registry.0xacab.org/leap/docker
build:
docker build -t $(REGISTRY)/$(IMAGE):latest .
......@@ -8,6 +8,6 @@ push:
prune:
docker system prune
login:
docker login 0xacab.org:4567
docker login $(REGISTRY)
shell:
docker run -it --rm $(REGISTRY)/$(IMAGE):latest /bin/bash
docker run -v `python3 -c 'import os; print(os.path.abspath(".."))'`:/bitmask-vpn.orig -it --rm $(REGISTRY)/$(IMAGE):latest /bin/bash
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