Corrige autenticacao do Watchtower usando REPO_USER

This commit is contained in:
Sidney 2026-04-22 21:17:33 -03:00
parent b40fb84b66
commit 63591ef1a2
1 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,8 @@ jobs:
run: | run: |
docker run --rm \ docker run --rm \
-e DOCKER_API_VERSION=1.44 \ -e DOCKER_API_VERSION=1.44 \
-e REPO_USER=${{ github.actor }} \
-e REPO_PASS=${{ secrets.GITHUB_TOKEN }} \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
-v $DOCKER_CONFIG/config.json:/config.json \
containrrr/watchtower \ containrrr/watchtower \
--run-once --cleanup --run-once --cleanup --debug