Browse Source

Add tag "latest" to docker image

pull/565/head
Thomas 4 years ago
parent
commit
ac88142bbc
  1. 4
      publish-docker-image.sh

4
publish-docker-image.sh

@ -1,5 +1,5 @@
set -xe
echo "$DOCKER_HUB_ACCESS_TOKEN" | docker login -u "$DOCKER_HUB_USERNAME" --password-stdin
docker build -t ghostfolio/ghostfolio:$TRAVIS_TAG .
docker push ghostfolio/ghostfolio:$TRAVIS_TAG
docker build -t ghostfolio/ghostfolio:$TRAVIS_TAG -t ghostfolio/ghostfolio:latest .
docker push ghostfolio/ghostfolio --all-tags

Loading…
Cancel
Save