Fix gcloud docker push command (#4058)
Use `gcloud docker -- push` instead of `gcloud docker push`.
This commit is contained in:
committed by
Andrew Chen
parent
99ed8cc5c0
commit
dbeade20c0
@@ -21,7 +21,7 @@ container: server
|
||||
docker build -t gcr.io/google_containers/liveness .
|
||||
|
||||
push: container
|
||||
gcloud docker push gcr.io/google_containers/liveness
|
||||
gcloud docker -- push gcr.io/google_containers/liveness
|
||||
|
||||
clean:
|
||||
rm -f server
|
||||
|
||||
Reference in New Issue
Block a user