summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) .