Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit fcdef69

Browse files
committed
build: Update build tool versions
1 parent f2905ab commit fcdef69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828

2929
env:
3030
CGO_ENABLED: "0"
31-
COSIGN_VERSION: v1.13.1
32-
GGCR_VERSION: v0.12.0
31+
COSIGN_VERSION: v2.4.0
32+
GGCR_VERSION: v0.20.2
3333
REGISTRY: ghcr.io
34-
SKAFFOLD_VERSION: v2.0.0
34+
SKAFFOLD_VERSION: v2.13.1
3535
SKAFFOLD_CACHE_ARTIFACTS: "false"
3636
SKAFFOLD_DETECT_MINIKUBE: "false"
3737
SKAFFOLD_INTERACTIVE: "false"
@@ -140,7 +140,7 @@ jobs:
140140
cosign-release: ${{ env.COSIGN_VERSION }}
141141

142142
- name: Sign the images with GitHub OIDC Token
143-
run: cosign sign --force --k8s-keychain --recursive --upload $IMAGE_NAME
143+
run: cosign sign --k8s-keychain --recursive --upload --yes $IMAGE_NAME
144144
env:
145145
COSIGN_EXPERIMENTAL: 1
146146
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)