summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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