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
@@ -199,7 +199,7 @@ your app image with your project ID, and push to GCR. Replace
|
||||
|
||||
```shell
|
||||
docker tag job-wq-1 gcr.io/<project>/job-wq-1
|
||||
gcloud docker push gcr.io/<project>/job-wq-1
|
||||
gcloud docker -- push gcr.io/<project>/job-wq-1
|
||||
```
|
||||
|
||||
## Defining a Job
|
||||
|
||||
Reference in New Issue
Block a user