Skip to content

Commit

Permalink
goreleaser: other attempts at fixing build
Browse files Browse the repository at this point in the history
Signed-off-by: Seán C McCord <[email protected]>
  • Loading branch information
Ulexus committed Dec 17, 2021
1 parent 49bfd0f commit 7301b15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ changelog:
dockers:
- image_templates:
- 'cycoresystems/asterisk-config:{{ .Tag }}-amd64'
- 'cycoresystems/asterisk-config:{{ .Major }}-amd64'
- 'cycoresystems/asterisk-config:{{ .Major }}.{{ .Minor }}-amd64'
- 'cycoresystems/asterisk-config:v{{ .Major }}-amd64'
- 'cycoresystems/asterisk-config:v{{ .Major }}.{{ .Minor }}-amd64'
- 'cycoresystems/asterisk-config:latest-amd64'
- 'ghcr.io/cycoresystems/asterisk-config:{{ .Tag }}-amd64'
- 'ghcr.io/cycoresystems/asterisk-config:{{ .Major }}-amd64'
- 'ghcr.io/cycoresystems/asterisk-config:{{ .Major }}.{{ .Minor }}-amd64'
- 'ghcr.io/cycoresystems/asterisk-config:v{{ .Major }}-amd64'
- 'ghcr.io/cycoresystems/asterisk-config:v{{ .Major }}.{{ .Minor }}-amd64'
- 'ghcr.io/cycoresystems/asterisk-config:latest-amd64'
use: buildx
goos: linux
Expand Down

0 comments on commit 7301b15

Please sign in to comment.