Skip to content

Commit

Permalink
Tune release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Jul 7, 2024
1 parent acf09b5 commit 7bec53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
cache: false
id: go

Expand Down Expand Up @@ -89,5 +90,4 @@ jobs:
with:
subject-name: ${{ steps.docker-build.outputs.image }}
subject-digest: ${{ steps.docker-build.outputs.digest }}
push-to-registry: true

0 comments on commit 7bec53a

Please sign in to comment.