We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eda209 commit 7f702dcCopy full SHA for 7f702dc
2 files changed
.github/workflows/image-scan.yaml
@@ -24,6 +24,8 @@ jobs:
24
with:
25
go-version-file: go.mod
26
- uses: ko-build/setup-ko@v0.8
27
+ with:
28
+ version: v0.17.1
29
- run: |
30
ko build . --push=false --tarball "${RUNNER_TEMP}/image.tar" \
31
--bare \
.github/workflows/publish.yaml
@@ -25,6 +25,8 @@ jobs:
ko build . \
32
0 commit comments