mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
change repo paths
This commit is contained in:
parent
aaaddc8902
commit
ab299b59f8
7 changed files with 26 additions and 26 deletions
|
@ -58,7 +58,7 @@ dockers:
|
|||
goarch: amd64
|
||||
goarm: ''
|
||||
binary: watchtower
|
||||
image: v2tec/watchtower
|
||||
image: containrrr/watchtower
|
||||
dockerfile: dockerfile/amd64/Dockerfile
|
||||
tag_templates:
|
||||
- '{{ .Version }}'
|
||||
|
@ -67,7 +67,7 @@ dockers:
|
|||
goarch: arm
|
||||
goarm: 6
|
||||
binary: watchtower
|
||||
image: v2tec/watchtower
|
||||
image: containrrr/watchtower
|
||||
dockerfile: dockerfile/armhf/Dockerfile
|
||||
tag_templates:
|
||||
- 'armhf-{{ .Version }}'
|
||||
|
@ -76,7 +76,7 @@ dockers:
|
|||
goarch: arm64
|
||||
goarm: ''
|
||||
binary: watchtower
|
||||
image: v2tec/watchtower
|
||||
image: containrrr/watchtower
|
||||
dockerfile: dockerfile/arm64v8/Dockerfile
|
||||
tag_templates:
|
||||
- 'arm64v8-{{ .Version }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue