mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
3 lines
98 B
Bash
3 lines
98 B
Bash
|
docker build -t app .
|
||
|
docker tag app gcr.io/pod-sync/app
|
||
|
gcloud docker -- push gcr.io/pod-sync/app
|