Skip to content

Commit

Permalink
Bump imjasonh/setup-ko from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Bumps [imjasonh/setup-ko](https://github.com/imjasonh/setup-ko) from 0.7 to 0.8.
- [Release notes](https://github.com/imjasonh/setup-ko/releases)
- [Commits](ko-build/setup-ko@v0.7...v0.8)

---
updated-dependencies:
- dependency-name: imjasonh/setup-ko
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and vdemeester committed Jan 15, 2025
1 parent c1b25de commit 3cb596b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.21
- uses: imjasonh/setup-ko@v0.7
- uses: imjasonh/setup-ko@v0.8
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
Expand Down Expand Up @@ -86,6 +86,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: imjasonh/setup-ko@v0.7
- uses: imjasonh/setup-ko@v0.8
- run: |
ko publish --platform=linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 --push=${{ github.event_name != 'pull_request' }} --base-import-paths ./cmd/controller
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup KO
uses: imjasonh/setup-ko@v0.7
uses: imjasonh/setup-ko@v0.8

- name: Manual Approval Gate Release Started...
run: |
Expand Down

0 comments on commit 3cb596b

Please sign in to comment.