remove hardcoded DOCKER_REGISTRY
This commit is contained in:
parent
447f4bbd41
commit
ca8a8d8bfb
@ -1,6 +1,6 @@
|
||||
ARG DOCKER_REGISTRY="registry.gitlab.com/grassrootseconomics"
|
||||
|
||||
FROM registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev-e8eb2ee2
|
||||
FROM $DOCKER_REGISTRY/grassrootseconomics/cic-base-images:python-3.8.6-dev-e8eb2ee2
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user