Skip to content

Commit 7bec53a

Browse files
committed
Tune release workflow
Signed-off-by: Sylvain Rabot <[email protected]>
1 parent acf09b5 commit 7bec53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: actions/setup-go@v5
3535
with:
3636
go-version: "1.22"
37+
check-latest: true
3738
cache: false
3839
id: go
3940

@@ -89,5 +90,4 @@ jobs:
8990
with:
9091
subject-name: ${{ steps.docker-build.outputs.image }}
9192
subject-digest: ${{ steps.docker-build.outputs.digest }}
92-
push-to-registry: true
9393

0 commit comments

Comments
 (0)