Skip to content

Commit

Permalink
build(ko): upgrade setup-ko version to fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnuss committed Sep 19, 2022
1 parent c68183f commit 626d05a
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 @@ -77,7 +77,7 @@ jobs:
with:
go-version: 1.18
stable: true
- uses: imjasonh/setup-ko@v0.4
- uses: imjasonh/setup-ko@v0.6
name: Setup ko
env:
KO_DOCKER_REPO: docker.io/postfinance
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
with:
username: postfinance
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: imjasonh/setup-ko@v0.4
- uses: imjasonh/setup-ko@v0.6
name: Setup ko
env:
KO_DOCKER_REPO: docker.io/postfinance
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
with:
username: postfinance
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: imjasonh/setup-ko@v0.4
- uses: imjasonh/setup-ko@v0.6
name: Setup ko
env:
KO_DOCKER_REPO: docker.io/postfinance
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
with:
username: postfinance
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: imjasonh/setup-ko@v0.4
- uses: imjasonh/setup-ko@v0.6
name: Setup ko
env:
KO_DOCKER_REPO: docker.io/postfinance
Expand Down

0 comments on commit 626d05a

Please sign in to comment.