mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
update to build image with docker 17.05.0-ce and latest goreleaser
This commit is contained in:
parent
b15df25fc0
commit
5a67cc50a3
2 changed files with 6 additions and 4 deletions
|
@ -58,7 +58,8 @@ dockers:
|
|||
binary: watchtower
|
||||
image: v2tec/watchtower
|
||||
dockerfile: dockerfile/amd64/Dockerfile
|
||||
tag_template: "{{ .Version }}"
|
||||
tag_templates:
|
||||
- '{{ .Version }}'
|
||||
-
|
||||
goos: linux
|
||||
goarch: arm
|
||||
|
@ -66,4 +67,5 @@ dockers:
|
|||
binary: watchtower
|
||||
image: v2tec/watchtower
|
||||
dockerfile: dockerfile/armhf/Dockerfile
|
||||
tag_template: "armhf-{{ .Version }}"
|
||||
tag_templates:
|
||||
- 'armhf-{{ .Version }}'
|
Loading…
Add table
Add a link
Reference in a new issue