summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2022-02-21 22:38:09 +0100
committerAndrea Censi <acensi@ethz.ch>2022-02-21 22:38:09 +0100
commit337213bbd4431554e3ea9cb332b6a71da8080a14 (patch)
tree4c2469c30db91d4ce65fb13e52bd1181202dbeb3
parentok (diff)
downloadact4e-337213bbd4431554e3ea9cb332b6a71da8080a14.tar.gz
act4e-337213bbd4431554e3ea9cb332b6a71da8080a14.zip
fix
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index dfc1e28..5177571 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,8 @@
all:
-DOCKER_REGISTRY ?= reg-z7-prod.zuper.ai
-
tag=mytag
-pull:
- docker pull ${DOCKER_REGISTRY}/act4e/act4e-tests:alphubel
-
-build: pull
+build:
docker build --build-arg DOCKER_REGISTRY=${DOCKER_REGISTRY} -t $(tag) .