1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: docker image

This commit is contained in:
Carlos Alexandro Becker 2018-09-04 09:26:26 -03:00
parent 3a4e41096f
commit 5cc504fb94
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ changelog:
- Merge branch
dockers:
- image: goreleaser/goreleaser
extra_files:
- scripts/entrypoint.sh
tag_templates:
- '{{ .Tag }}'
- 'v{{ .Major }}.{{ .Minor }}'