Skip to content

Commit

Permalink
fix: add docker tags to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
braveokafor committed Oct 26, 2024
1 parent 930ad4a commit af7ec98
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ docker_manifests:
image_templates:
- "ghcr.io/braveokafor/go-mail-api:v{{ .Version }}-amd64"
- "ghcr.io/braveokafor/go-mail-api:v{{ .Version }}-arm64"
- name_template: "{{ if not .IsNightly }}braveokafor/go-mail-api:latest{{ end }}"
image_templates:
- "braveokafor/go-mail-api:v{{ .Version }}-amd64"
- "braveokafor/go-mail-api:v{{ .Version }}-arm64"
- name_template: "{{ if not .IsNightly }}ghcr.io/braveokafor/go-mail-api:latest{{ end }}"
image_templates:
- "ghcr.io/braveokafor/go-mail-api:v{{ .Version }}-amd64"
- "ghcr.io/braveokafor/go-mail-api:v{{ .Version }}-arm64"

nfpms:
- maintainer: Brave Okafor <[email protected]>
Expand Down Expand Up @@ -151,4 +159,4 @@ changelog:
order: 9999

sboms:
- artifacts: archive
- artifacts: archive

0 comments on commit af7ec98

Please sign in to comment.