Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Dec 11, 2021
1 parent 09d71aa commit 99ea820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docker_signs:
env:
- COSIGN_EXPERIMENTAL=1
artifacts: images
certificate: '{{ replace (replace .Env.artifact "/" "-") ":" "-" }}.pem'
certificate: 'dist/{{ replace (replace .Env.artifact "/" "-") ":" "-" }}.pem'
args:
- 'sign'
- '--oidc-issuer={{if index .Env "CI"}}https://token.actions.githubusercontent.com{{else}}https://oauth2.sigstore.dev/auth{{end}}'
Expand Down

0 comments on commit 99ea820

Please sign in to comment.