Skip to content

Commit

Permalink
ci: no need for experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Dec 30, 2024
1 parent b5bb239 commit 863539c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ sboms:
# Sign binaries with cosign.
signs:
- cmd: cosign
env:
- COSIGN_EXPERIMENTAL=1
certificate: "${artifact}.pem"
args:
- sign-blob
Expand Down Expand Up @@ -132,8 +130,6 @@ docker_manifests:
# Sign the Docker images with cosign as well.
docker_signs:
- cmd: cosign
env:
- COSIGN_EXPERIMENTAL=1
artifacts: images
output: true
args:
Expand Down

0 comments on commit 863539c

Please sign in to comment.