Skip to content

Commit 7f702dc

Browse files
committed
Specify version of ko for better build reproducibility
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
1 parent 2eda209 commit 7f702dc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/image-scan.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
go-version-file: go.mod
2626
- uses: ko-build/setup-ko@v0.8
27+
with:
28+
version: v0.17.1
2729
- run: |
2830
ko build . --push=false --tarball "${RUNNER_TEMP}/image.tar" \
2931
--bare \

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
go-version-file: go.mod
2727
- uses: ko-build/setup-ko@v0.8
28+
with:
29+
version: v0.17.1
2830
- run: |
2931
ko build . \
3032
--bare \

0 commit comments

Comments
 (0)