Skip to content

Commit cc8cc68

Browse files
committed
Fix name of ko in cloudbuild
Signed-off-by: Jeff Mendoza <[email protected]>
1 parent 80ddc24 commit cc8cc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- name: golang:1.21
33
entrypoint: go
4-
args: ['install', 'github.com/ko-build/[email protected]']
4+
args: ['install', 'github.com/google/[email protected]']
55
- name: golang:1.21
66
entrypoint: bash
77
args: ['-c', 'KO_DOCKER_REPO="gcr.io/allstar-ossf" /go/bin/ko publish ./cmd/allstar > container']

0 commit comments

Comments
 (0)