2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

fix docker image ref

This commit is contained in:
Frederik Ring 2019-10-10 10:05:19 +02:00
parent 05a001992f
commit ce1b045fc3

View File

@ -65,7 +65,7 @@ jobs:
export DOCKER_IMAGE_TAG="latest"
fi
echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
docker push offen/proxy:$DOCKER_IMAGE_TAG
docker push offen/website:$DOCKER_IMAGE_TAG
deploy:
docker: