add defaul latest tag as well

This commit is contained in:
Pat Christopher 2019-06-26 12:11:00 -07:00
parent a1cda614dc
commit 8c819a2dc1
2 changed files with 4 additions and 1 deletions

View File

@ -23,3 +23,4 @@ build:
push:
docker push ${PREFIX}/${IMAGE}:${TAG}
docker push ${PREFIX}/${IMAGE}:latest

View File

@ -22,4 +22,6 @@ build:
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .
push:
docker push ${PREFIX}/${IMAGE}:${TAG}
docker push ${PREFIX}/${IMAGE}:${TAG}
docker push ${PREFIX}/${IMAGE}:latest