mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 14:25:50 +01:00
update goreleaser config
This commit is contained in:
parent
d1804f350f
commit
a81a335ead
1 changed files with 6 additions and 3 deletions
|
|
@ -13,7 +13,8 @@ builds:
|
|||
|
||||
dockers:
|
||||
-
|
||||
binary: dive
|
||||
binaries:
|
||||
- dive
|
||||
dockerfile: Dockerfile.slim
|
||||
image_templates:
|
||||
- "wagoodman/dive:{{ .Tag }}-slim"
|
||||
|
|
@ -25,7 +26,8 @@ dockers:
|
|||
- "quay.io/wagoodman/dive:v{{ .Major }}.{{ .Minor }}-slim"
|
||||
- "quay.io/wagoodman/dive:slim"
|
||||
-
|
||||
binary: dive
|
||||
binaries:
|
||||
- dive
|
||||
dockerfile: Dockerfile
|
||||
image_templates:
|
||||
- "wagoodman/dive:{{ .Tag }}"
|
||||
|
|
@ -37,7 +39,8 @@ dockers:
|
|||
- "quay.io/wagoodman/dive:v{{ .Major }}.{{ .Minor }}"
|
||||
- "quay.io/wagoodman/dive:latest"
|
||||
-
|
||||
binary: dive
|
||||
binaries:
|
||||
- dive
|
||||
dockerfile: Dockerfile.full
|
||||
image_templates:
|
||||
- "wagoodman/dive:{{ .Tag }}-full"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue