Skip to content

Commit

Permalink
update ko actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Sep 24, 2022
1 parent 1702219 commit 8f0376b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ko-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: 1.18
- uses: actions/checkout@v2
- uses: imjasonh/setup-ko@v0.4
- uses: imjasonh/setup-ko@v0.6
- run: KO_DOCKER_REPO=${DOCKER_REPO,,} ko publish --bare --tags ${{ github.ref_name }},latest --platform all .
env:
VERSION: ${{ github.ref_name }}-beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ko-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: 1.18
- uses: actions/checkout@v2
- uses: imjasonh/setup-ko@v0.4
- uses: imjasonh/setup-ko@v0.6
- run: KO_DOCKER_REPO=${DOCKER_REPO,,} ko publish --bare --tags ${{ github.ref_name }},latest --platform all .
env:
VERSION: ${{ github.ref_name }}
Expand Down

0 comments on commit 8f0376b

Please sign in to comment.