diff options
author | Andrea Censi <acensi@ethz.ch> | 2022-02-21 22:38:09 +0100 |
---|---|---|
committer | Andrea Censi <acensi@ethz.ch> | 2022-02-21 22:38:09 +0100 |
commit | 337213bbd4431554e3ea9cb332b6a71da8080a14 (patch) | |
tree | 4c2469c30db91d4ce65fb13e52bd1181202dbeb3 /Makefile | |
parent | ok (diff) | |
download | act4e-337213bbd4431554e3ea9cb332b6a71da8080a14.tar.gz act4e-337213bbd4431554e3ea9cb332b6a71da8080a14.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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) . |