Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and clementnuss committed Jan 22, 2025
1 parent a4c9e78 commit 8dad3a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- uses: ko-build/setup-ko@v0.7
- uses: ko-build/setup-ko@v0.8
name: Setup ko
env:
KO_DOCKER_REPO: ko.local
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- uses: ko-build/setup-ko@v0.7
- uses: ko-build/setup-ko@v0.8
name: Setup ko

- name: Login to DockerHub
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- uses: ko-build/setup-ko@v0.7
- uses: ko-build/setup-ko@v0.8
name: Setup ko

- name: Login to DockerHub
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
with:
username: postfinance
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: ko-build/setup-ko@v0.7
- uses: ko-build/setup-ko@v0.8
name: Setup ko
- name: Run ko publish for docker.io
env:
Expand Down

0 comments on commit 8dad3a8

Please sign in to comment.