contact-mailer/build_docker.sh
Adrian Amaglio afdffffc3c worknig
2020-04-30 17:24:13 +02:00

6 lines
254 B
Bash
Executable File

set -e
version=2.0.1
docker build -t registry.jean-cloud.net/contact-mailer:latest -t registry.jean-cloud.net/contact-mailer:$version .
docker push registry.jean-cloud.net/contact-mailer:latest
docker push registry.jean-cloud.net/contact-mailer:$version