We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7617d9 commit f5249dcCopy full SHA for f5249dc
Makefile
@@ -26,7 +26,7 @@ build:
26
./cmd/manager
27
28
ko-build:
29
- ko build -B --platform=all -t latest -t $(GIT_REVISION) ./cmd/*
+ ko build --platform=all --bare -t latest -t $(VERSION) ./cmd/*
30
31
##############################
32
# DEV #
0 commit comments