Skip to content

Commit

Permalink
Push latest image to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Jun 19, 2018
1 parent 78dc468 commit 6070aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin && \
docker build --build-arg VERSION="$TRAVIS_TAG" . -t migrate/migrate:"$TRAVIS_TAG" && \
docker push migrate/migrate:"$TRAVIS_TAG"
docker push migrate/migrate:"$TRAVIS_TAG" && docker push migrate/migrate

0 comments on commit 6070aa8

Please sign in to comment.