Skip to content

Commit

Permalink
Add LABELs to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Feb 10, 2024
1 parent eaab9ca commit ebe69ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Tag}}"
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.licenses=MIT
- --label=org.opencontainers.image.url=https://github.com/chesscomputing/{{ .ProjectName }}
- --label=org.opencontainers.image.source=https://github.com/chesscomputing/{{ .ProjectName }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit ebe69ab

Please sign in to comment.