summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2022-02-21 11:20:26 +0100
committerAndrea Censi <acensi@ethz.ch>2022-02-21 11:20:26 +0100
commitd12cc9f958fc0cef18bb9d2dd00e2aa7f97d9a2e (patch)
tree8f4f681babfddec643de3a33d0548b266f79c79c
parentBump to version 7.1.2110170951 (diff)
downloadact4e-d12cc9f958fc0cef18bb9d2dd00e2aa7f97d9a2e.tar.gz
act4e-d12cc9f958fc0cef18bb9d2dd00e2aa7f97d9a2e.zip
fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 598e600..83fd1b8 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ pull:
docker pull ${DOCKER_REGISTRY}/act4e/act4e-tests:alphubel
build: pull
- docker build -t $(tag) .
+ docker build --build-arg DOCKER_REGISTRY=${DOCKER_REGISTRY} -t $(tag) .
check: build