mirror of https://github.com/knative/func.git
chore: update imjasonh/setup-ko to v0.6 (#1238)
`ko` recently moved to its own github org which broke versions of `ko` prior to 0.6. This should resolve issues we have been seeing with the failure to publish the func image over the last week. Signed-off-by: Lance Ball <lball@redhat.com> Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
e21ce5b44f
commit
cba8ee52c4
|
@ -32,7 +32,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
with:
|
||||
go-version: "1.17"
|
||||
# Standard build tasks
|
||||
- name: Build
|
||||
|
@ -72,7 +72,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "1.17"
|
||||
- uses: imjasonh/setup-ko@v0.4
|
||||
- run: ko publish -B ./cmd/func
|
||||
with:
|
||||
go-version: "1.18"
|
||||
- uses: imjasonh/setup-ko@v0.6
|
||||
- run: ko build -B ./cmd/func
|
||||
|
|
Loading…
Reference in New Issue