Skip to content

Commit d587238

Browse files
authored
Merge pull request #228 from joelsmith/kedamain
Accept co-sign prompt during image publication
2 parents 2b6258a + f9086aa commit d587238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DATE = $(shell date -u +"%Y.%m.%d.%H.%M.%S")
1717

1818
GO_BUILD_VARS= GO111MODULE=on CGO_ENABLED=$(CGO) GOOS=$(TARGET_OS) GOARCH=$(ARCH)
1919

20-
COSIGN_FLAGS ?= -a GIT_HASH=${GIT_COMMIT} -a GIT_VERSION=${VERSION} -a BUILD_DATE=${DATE}
20+
COSIGN_FLAGS ?= -y -a GIT_HASH=${GIT_COMMIT} -a GIT_VERSION=${VERSION} -a BUILD_DATE=${DATE}
2121

2222
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
2323
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)