Skip to content

Commit

Permalink
fix docker names for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercampbell committed Feb 26, 2024
1 parent 9222657 commit 3f6a543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ archives:

dockers:
- image_templates:
- 0xpolygon/{{ .ProjectName }}:{{ .Version }}-amd64
- 0xpolygon/{{ .ProjectName }}:{{ replace .Version "+" "-" }}-amd64
dockerfile: Dockerfile.release
use: buildx
goos: linux
Expand All @@ -48,7 +48,7 @@ dockers:
skip_push: false

- image_templates:
- 0xpolygon/{{ .ProjectName }}:{{ .Version }}-arm64
- 0xpolygon/{{ .ProjectName }}:{{ replace .Version "+" "-" }}-arm64
dockerfile: Dockerfile.release
use: buildx
goos: linux
Expand Down

0 comments on commit 3f6a543

Please sign in to comment.