Tag and push commands

This commit is contained in:
swag 2022-01-10 13:16:48 -05:00
parent 770cc23884
commit 022eb93399

View File

@ -47,6 +47,14 @@ Add the `-v` option for more verbose output
docker build -t guestbook-ng .
### Tag
docker tag guestbook-ng us-east4-docker.pkg.dev/www-swagg/guestbook-ng
### Push
docker push us-east4-docker.pkg.dev/www-swagg/guestbook-ng
## TODOs
1. Make the Postgres connection string more configurable (need to use