Skip to content

Commit

Permalink
build(evrys): label image
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaba505 committed Oct 13, 2022
1 parent c50d067 commit 7590cd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ dockers:
- image_templates:
- "ghcr.io/z5labs/evrys/evrys:{{ .Tag }}"
- "ghcr.io/z5labs/evrys/evrys:latest"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=\"https://github.com/z5labs/evrys\""
- "--label=org.opencontainers.image.licenses=Apache-2.0"
archives:
- replacements:
darwin: darwin
Expand Down

0 comments on commit 7590cd8

Please sign in to comment.