Skip to content

Commit

Permalink
Merge pull request #228 from joelsmith/kedamain
Browse files Browse the repository at this point in the history
Accept co-sign prompt during image publication
  • Loading branch information
joelsmith authored Jun 7, 2024
2 parents 2b6258a + f9086aa commit d587238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DATE = $(shell date -u +"%Y.%m.%d.%H.%M.%S")

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

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

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

0 comments on commit d587238

Please sign in to comment.