We don't need tags when building.
This commit is contained in:
committed by
Abhilash Raj
parent
bbcce81bc9
commit
0bbd4aadc7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user