Skip to content

Commit

Permalink
fix: Add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Jun 30, 2024
1 parent ce33ade commit 6507fd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ dockers:
image_templates:
- 'ghcr.io/dadav/gorge:{{ .Tag }}'
- 'ghcr.io/dadav/gorge:latest'
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.authors=dadav"
- "--label=org.opencontainers.image.url=https://github.com/dadav/gorge"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"

changelog:
sort: asc
Expand Down

0 comments on commit 6507fd5

Please sign in to comment.