summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 037ff7a..cea6e06 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,14 @@
all:
+REGISTRY ?= reg-z7-prod.zuper.ai
+
tag=mytag
pull:
- docker pull andreacensi/act4e:spring2021
+ docker pull ${REGISTRY}/act4e/act4e-tests:alphubel
build: pull
- docker build -t $(tag) .
+ docker build -t $(tag) .
check: build