mirror of
https://github.com/offen/website.git
synced 2024-11-21 16:50:27 +01:00
fix docker image ref
This commit is contained in:
parent
05a001992f
commit
ce1b045fc3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user