mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #35175 from rothgar/issue-33765
Automatic merge from submit-queue Fixed gcloud command in logs-generator makefile I grepped through the code looking for `gcloud` and `push` commands and only found one Makefile missing the `--`. I added it. fixes #33765 🐛
This commit is contained in:
commit
6e767c71ed
@ -26,7 +26,7 @@ container:
|
|||||||
docker build -t $(PREFIX)/logs-generator:$(TAG) .
|
docker build -t $(PREFIX)/logs-generator:$(TAG) .
|
||||||
|
|
||||||
push:
|
push:
|
||||||
gcloud docker push $(PREFIX)/logs-generator:$(TAG)
|
gcloud docker -- push $(PREFIX)/logs-generator:$(TAG)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f logs-generator
|
rm -f logs-generator
|
Loading…
Reference in New Issue
Block a user