Move env declaration to jobs.docker

This commit is contained in:
Fahmi Akbar Wildana
2019-11-11 07:51:41 +07:00
parent 3e14de158b
commit 7cf3c6eb95
2 changed files with 16 additions and 20 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services:
nushell:
image: ${REGISTRY}/nu:${TAG}
image: ${DOCKER_REGISTRY}/nu:${DOCKER_TAG}
build:
context: ..
dockerfile: docker/Package${PATCH}.Dockerfile