Skip to content

Commit

Permalink
Fix GoReleaser docker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Shóstak committed Oct 31, 2023
1 parent a7dc838 commit e9e029a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,16 @@ dockers:

docker_manifests:
-
name_template: 'koddr/{{ .ProjectName }}:{{ .Tag }}'
name_template: 'koddr/{{ .ProjectName }}:latest'
skip_push: auto
image_templates:
- 'koddr/{{ .ProjectName }}:latest-amd64'
- 'koddr/{{ .ProjectName }}:{{ .Tag }}-amd64'
- 'koddr/{{ .ProjectName }}:latest-arm64'
-
name_template: 'koddr/{{ .ProjectName }}:{{ .Tag }}'
skip_push: auto
image_templates:
- 'koddr/{{ .ProjectName }}:{{ .Tag }}-amd64'
- 'koddr/{{ .ProjectName }}:{{ .Tag }}-arm64'

nfpms:
Expand Down

0 comments on commit e9e029a

Please sign in to comment.