Skip to content

Commit

Permalink
Fix name of ko in cloudbuild
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Mendoza <jlm@jlm.name>
  • Loading branch information
jeffmendoza committed May 3, 2024
1 parent 80ddc24 commit cc8cc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- name: golang:1.21
entrypoint: go
args: ['install', 'github.com/ko-build/ko@v0.15.2']
args: ['install', 'github.com/google/ko@v0.15.2']
- name: golang:1.21
entrypoint: bash
args: ['-c', 'KO_DOCKER_REPO="gcr.io/allstar-ossf" /go/bin/ko publish ./cmd/allstar > container']
Expand Down

0 comments on commit cc8cc68

Please sign in to comment.