Skip to content

Commit

Permalink
fix: sign yes
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Nov 7, 2023
1 parent ef132f4 commit 3e23327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- reopened

jobs:
lint-chart:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand Down Expand Up @@ -190,4 +191,4 @@ jobs:
docker image ls -a
- name: Run chart-testing (install)
run: ct install --target-branch=master --chart-dirs chart
run: ct install --target-branch=master --chart-dirs chart
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ signs:
- sign-blob
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- "--yes"
- "${artifact}"
artifacts: checksum
output: true
Expand All @@ -96,4 +97,5 @@ docker_signs:
output: true
args:
- 'sign'
- "--yes"
- '${artifact}'

0 comments on commit 3e23327

Please sign in to comment.