Skip to content

Commit

Permalink
build(deps): bump ko-build/setup-ko from 0.6 to 0.7
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.6 to 0.7.
- [Release notes](https://github.com/ko-build/setup-ko/releases)
- [Commits](ko-build/setup-ko@v0.6...v0.7)

---
updated-dependencies:
- dependency-name: ko-build/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 Jun 24, 2024
1 parent c5ca70d commit d4cd730
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.22"
- uses: ko-build/setup-ko@v0.6
- uses: ko-build/setup-ko@v0.7
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.22"
- uses: ko-build/setup-ko@v0.6
- uses: ko-build/setup-ko@v0.7
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.22"
- uses: ko-build/setup-ko@v0.6
- uses: ko-build/setup-ko@v0.7
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.6
- uses: ko-build/setup-ko@v0.7
name: Setup ko
- name: Run ko publish for docker.io
env:
Expand Down

0 comments on commit d4cd730

Please sign in to comment.