mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
utilize goreleaser builtins and reformat code
This commit is contained in:
parent
9dd80681c7
commit
09ddabd01c
2 changed files with 79 additions and 20 deletions
|
@ -32,6 +32,7 @@ dockers:
|
|||
dockerfile: Dockerfile
|
||||
image_templates:
|
||||
- containrrr/watchtower:amd64-{{ .Version }}
|
||||
- containrrr/watchtower:amd64-latest
|
||||
binaries:
|
||||
- watchtower
|
||||
-
|
||||
|
@ -41,6 +42,7 @@ dockers:
|
|||
dockerfile: Dockerfile
|
||||
image_templates:
|
||||
- containrrr/watchtower:i386-{{ .Version }}
|
||||
- containrrr/watchtower:i386-latest
|
||||
binaries:
|
||||
- watchtower
|
||||
-
|
||||
|
@ -50,6 +52,7 @@ dockers:
|
|||
dockerfile: Dockerfile
|
||||
image_templates:
|
||||
- containrrr/watchtower:armhf-{{ .Version }}
|
||||
- containrrr/watchtower:armhf-latest
|
||||
binaries:
|
||||
- watchtower
|
||||
-
|
||||
|
@ -59,5 +62,6 @@ dockers:
|
|||
dockerfile: Dockerfile
|
||||
image_templates:
|
||||
- containrrr/watchtower:arm64v8-{{ .Version }}
|
||||
- containrrr/watchtower:arm64v8-latest
|
||||
binaries:
|
||||
- watchtower
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue