Skip to content

Commit

Permalink
added tagging and pushing of "latest" image
Browse files Browse the repository at this point in the history
  • Loading branch information
protenhan committed Feb 7, 2018
1 parent 306962b commit f655608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

image="protenhan/rpi-rfid-musicplayer"
docker tag rpi-rfid-musicplayer "$image:latest"
docker push "$image:latest"
docker tag rpi-rfid-musicplayer "$image:$TRAVIS_TAG-alpine-$ARCH"
docker push "$image:$TRAVIS_TAG-alpine-$ARCH"
docker push "$image:latest"

0 comments on commit f655608

Please sign in to comment.