mirror of https://github.com/k3s-io/k3s
fixed gcloud command in logs-generator makefile
parent
3e22b38f70
commit
746e66958d
|
@ -26,7 +26,7 @@ container:
|
|||
docker build -t $(PREFIX)/logs-generator:$(TAG) .
|
||||
|
||||
push:
|
||||
gcloud docker push $(PREFIX)/logs-generator:$(TAG)
|
||||
gcloud docker -- push $(PREFIX)/logs-generator:$(TAG)
|
||||
|
||||
clean:
|
||||
rm -f logs-generator
|
Loading…
Reference in New Issue