Skip to content

Commit

Permalink
Merge pull request #88 from 0xPolygon/fix-goreleaser
Browse files Browse the repository at this point in the history
Fix goreleaser
  • Loading branch information
christophercampbell authored Feb 27, 2024
2 parents 8d79f5c + 014baf3 commit 3e538f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
# run only against tags that follow semver (https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string)
- 'v[0-9]+.[0-9]+.[0-9]+*'
- 'v[0-9]+.[0-9]+.[0-9]+*.[0-9]+'

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser-cdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dockers:
skip_push: false

docker_manifests:
- name_template: 0xpolygon/{{ .ProjectName }}:{{ .Version }}
- name_template: 0xpolygon/{{ .ProjectName }}:{{ replace .Version "+" "-" }}
image_templates:
- 0xpolygon/{{ .ProjectName }}:{{ replace .Version "+" "-" }}-amd64
- 0xpolygon/{{ .ProjectName }}:{{ replace .Version "+" "-" }}-arm64
Expand Down

0 comments on commit 3e538f4

Please sign in to comment.