Skip to content

Commit

Permalink
feat(docker): try to add latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed Apr 26, 2024
1 parent 9913ca3 commit 51112cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ dockers:
- "--platform=linux/arm64/v8"
docker_manifests:
- name_template: "ghcr.io/primexz/kraken_dca:{{ .Version }}"
image_templates:
- "ghcr.io/primexz/kraken_dca:{{ .Version }}-amd64"
- "ghcr.io/primexz/kraken_dca:{{ .Version }}-arm64v8"
- name_template: "ghcr.io/primexz/kraken_dca:latest"
image_templates:
- "ghcr.io/primexz/kraken_dca:{{ .Version }}-amd64"
- "ghcr.io/primexz/kraken_dca:{{ .Version }}-arm64v8"

0 comments on commit 51112cf

Please sign in to comment.