fix: set registry var in build
This commit is contained in:
parent
0a64dd9e7f
commit
54495d9596
|
@ -1 +1,2 @@
|
|||
docker build ghost -t ${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ghost
|
||||
--build-arg REGISTRY=${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ \
|
||||
&& docker build ghost -t ${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ghost
|
||||
|
|
Loading…
Reference in New Issue