Skip to content

Commit

Permalink
Merge pull request #14 from reasonerjt/fix-goreleaser-0.32
Browse files Browse the repository at this point in the history
Fix issues in goreleaser yaml
  • Loading branch information
reasonerjt authored Dec 19, 2024
2 parents 577368f + 14fcc0f commit c962a75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ archives:
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .FullCommit }}"
changelog:
sort: asc
filters:
Expand All @@ -29,7 +27,7 @@ changelog:
- '^release'
dockers:
- image_templates:
- "docker.io/goharbor/harbor-scanner-trivy:{{ .Version }}"
- "docker.io/goharbor/harbor-scanner-trivy:{{ .Tag }}"
ids:
- scanner-trivy
build_flag_templates:
Expand Down

0 comments on commit c962a75

Please sign in to comment.