We don't need tags when building.

This commit is contained in:
Abhilash Raj
2018-07-05 14:23:23 -07:00
committed by Abhilash Raj
parent bbcce81bc9
commit 0bbd4aadc7
2 changed files with 4 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ deploy() {
docker tag maxking/mailman-web "$URL/maxking/mailman-web:$TAG"
docker tag maxking/postorius "$URL/maxking/postorius:$TAG"
# Login to the registry and push.
docker login -u $USER -p ${!PASSWORD} $URL
docker login -u "$USER" -p "${PASSWORD}" "$URL"
docker push "$URL/maxking/mailman-web:$TAG"
docker push "$URL/maxking/mailman-core:$TAG"
docker push "$URL/maxking/postorius:$TAG"