Merge pull request #806 from DrSensor/ci/github/quay.io

ci(github): replace docker.pkg.github.com with quay.io
This commit is contained in:
Jonathan Turner
2019-11-12 12:03:00 +13:00
committed by GitHub
2 changed files with 46 additions and 26 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