Skip to content

Commit

Permalink
Fix ko import.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Mendoza <[email protected]>
  • Loading branch information
jeffmendoza committed Feb 10, 2023
1 parent 58e8c03 commit 888d4e3
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.20
entrypoint: go
args: ['install', 'github.com/ko-build/[email protected]']
args: ['install', 'github.com/google/[email protected]']
- name: golang:1.20
entrypoint: bash
args: ['-c', 'KO_DOCKER_REPO="gcr.io/allstar-ossf" /go/bin/ko publish ./cmd/allstar > container']
Expand Down

0 comments on commit 888d4e3

Please sign in to comment.