Corrige conflito de API version entre Watchtower e Docker

This commit is contained in:
Sidney 2026-04-22 09:19:34 -03:00
parent 242e39056d
commit 529bd865a5
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ jobs:
- name: Atualizar Containers em Produção (Watchtower) - name: Atualizar Containers em Produção (Watchtower)
run: | run: |
docker run --rm \ docker run --rm \
-e DOCKER_API_VERSION=1.44 \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
-v ~/.docker/config.json:/config.json \ -v ~/.docker/config.json:/config.json \
containrrr/watchtower \ containrrr/watchtower \