mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: ko login (#4427)
This commit is contained in:
parent
c35e73e39c
commit
8e65e558e4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -161,7 +161,7 @@ ko-build-initContainer-dev: $(KO)
|
|||
|
||||
.PHONY: ko-build-kyverno-dev
|
||||
ko-build-kyverno-dev: $(KO)
|
||||
# @$(KO) login $(REGISTRY) --username "dummy" --password $(GITHUB_TOKEN)
|
||||
@$(KO) login $(REGISTRY) --username "dummy" --password $(GITHUB_TOKEN)
|
||||
@LD_FLAGS=$(LD_FLAGS_DEV) KO_DOCKER_REPO=$(REPO_KYVERNO) $(KO) build $(KYVERNO_DIR) --bare --tags=latest,$(IMAGE_TAG_DEV) --platform=$(KO_PLATFORM)
|
||||
|
||||
.PHONY: ko-build-cli-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue