diff options
author | Andrea Censi <acensi@ethz.ch> | 2021-10-17 11:51:04 +0200 |
---|---|---|
committer | Andrea Censi <acensi@ethz.ch> | 2021-10-17 11:51:04 +0200 |
commit | 7f96ed6e4536a8aec46ed6639d00682f0cb812e8 (patch) | |
tree | ce5b0aee353a81f588992d2c2cd4b3a9a11ccabd | |
parent | Bump to version 7.1.2110161309 (diff) | |
download | act4e-7f96ed6e4536a8aec46ed6639d00682f0cb812e8.tar.gz act4e-7f96ed6e4536a8aec46ed6639d00682f0cb812e8.zip |
[ci skip]
-rw-r--r-- | Dockerfile | 4 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -ARG REGISTRY -FROM ${REGISTRY}/act4e/act4e-tests:alphubel +ARG DOCKER_REGISTRY +FROM ${DOCKER_REGISTRY}/act4e/act4e-tests:alphubel WORKDIR /ACT4E @@ -1,11 +1,11 @@ all: -REGISTRY ?= reg-z7-prod.zuper.ai +DOCKER_REGISTRY ?= reg-z7-prod.zuper.ai tag=mytag pull: - docker pull ${REGISTRY}/act4e/act4e-tests:alphubel + docker pull ${DOCKER_REGISTRY}/act4e/act4e-tests:alphubel build: pull docker build -t $(tag) . |