remove gcloud docker -- since it's deprecated
This commit is contained in:
@@ -21,5 +21,5 @@ build:
|
||||
docker build --pull -t "$(IMAGE):$(VERSION)" .
|
||||
|
||||
push:
|
||||
gcloud docker -- push "$(IMAGE):$(VERSION)"
|
||||
docker push "$(IMAGE):$(VERSION)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user