Skip to content

Commit 0a6f921

Browse files
committed
Change docker repo to docker.pkg.github.com.
1 parent 02b09fd commit 0a6f921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22
python:
33
- '3.6'
44
env:
5-
- DOCKER_IMAGE=jeffrouw/nginx-saml-proxy
5+
- DOCKER_DOMAIN=docker.pkg.github.com DOCKER_IMAGE=docker.pkg.github.com/uwit-iam/nginx-saml-proxy/nginx-saml-proxy
66
install:
7-
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
7+
- echo "$DOCKER_PASSWORD" | docker login ${DOCKER_DOMAIN} --username "$DOCKER_USERNAME" --password-stdin
88
- export TAG=$(git describe --tags)
99
- if docker pull "$DOCKER_IMAGE" ; then export BUILD_OPTS=--cache-from="$DOCKER_IMAGE" ; fi
1010
script:

0 commit comments

Comments
 (0)