Corrige conflito de API version entre Watchtower e Docker
This commit is contained in:
parent
242e39056d
commit
529bd865a5
|
|
@ -46,6 +46,7 @@ jobs:
|
|||
- name: Atualizar Containers em Produção (Watchtower)
|
||||
run: |
|
||||
docker run --rm \
|
||||
-e DOCKER_API_VERSION=1.44 \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v ~/.docker/config.json:/config.json \
|
||||
containrrr/watchtower \
|
||||
|
|
|
|||
Loading…
Reference in New Issue