Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
looterz committed Mar 16, 2022
1 parent 7d131d7 commit d4cf96b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ builds:
- arm64
dockers:
dockerfile: Dockerfile
-
image_templates:
- "ghcr.io/looterz/grimd:{{ .Tag }}"
- "ghcr.io/looterz/grimd:latest"
- image_templates:
- "ghcr.io/looterz/grimd:{{ .Tag }}"
- "ghcr.io/looterz/grimd: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}}"
- "--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}}"

0 comments on commit d4cf96b

Please sign in to comment.