Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Mar 26, 2020
1 parent 55533d6 commit d4c3997
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ builds:
goarch:
- amd64

archive:
format: tar.gz
name_template: "{{ .Binary }}.{{ .Os }}.{{ .Arch }}"
files:
archives:
- id: asterisk-config
format: tar.gz
name_template: "{{ .Binary }}.{{ .Os }}.{{ .Arch }}"
files:
- 'defaults/*'
- 'defaults/ari.d/*'
- 'defaults/extensions.d/*'
Expand All @@ -33,11 +34,10 @@ changelog:
- '^test:'

dockers:
- image: cycoresystems/asterisk-config
tag_templates:
- "{{ .Tag }}"
- "v{{ .Major }}"
- "v{{ .Major }}.{{ .Minor }}"
- latest
- image_templates:
- 'cycoresystems/asterisk-config:{{ .Tag }}'
- 'cycoresystems/asterisk-config:{{ .Major }}'
- 'cycoresystems/asterisk-config:{{ .Major }}.{{ .Minor }}'
- 'cycoresystems/asterisk-config:latest'
extra_files:
- 'defaults/'

0 comments on commit d4c3997

Please sign in to comment.