Skip to content

Commit

Permalink
change cosign action
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Sep 20, 2024
1 parent a405756 commit c34a8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder-testbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GH_PAT}}
COSIGN_YES: true
COSIGN_YES: false
4 changes: 1 addition & 3 deletions cmd/builder/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ monorepo:
tag_prefix: cmd/builder/
dir: .core/cmd/builder
version: 2
env:
- COSIGN_YES=true
builds:
- flags:
- -trimpath
Expand Down Expand Up @@ -130,7 +128,7 @@ signs:
- ${artifact}.pem
- ${artifact}
signature: ${artifact}.sig
artifacts: binary
artifacts: all
certificate: ${artifact}.pem
docker_signs:
- args:
Expand Down

0 comments on commit c34a8dd

Please sign in to comment.