Update build.sh for ytdl

This commit is contained in:
mxpv
2018-07-18 21:39:34 -07:00
parent 28823805c9
commit b461229784
+4 -2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
docker build -t ytdl .
docker tag ytdl gcr.io/pod-sync/ytdl
gcloud docker -- push gcr.io/pod-sync/ytdl
docker tag ytdl mxpv/ytdl
docker push mxpv/ytdl