Tag and push commands
This commit is contained in:
parent
770cc23884
commit
022eb93399
|
@ -47,6 +47,14 @@ Add the `-v` option for more verbose output
|
||||||
|
|
||||||
docker build -t guestbook-ng .
|
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
|
## TODOs
|
||||||
|
|
||||||
1. Make the Postgres connection string more configurable (need to use
|
1. Make the Postgres connection string more configurable (need to use
|
||||||
|
|
Loading…
Reference in New Issue
Block a user