diff --git a/.github/workflows/production-web.yml b/.github/workflows/production-web.yml index 05887c7..de0aea9 100644 --- a/.github/workflows/production-web.yml +++ b/.github/workflows/production-web.yml @@ -67,4 +67,4 @@ jobs: password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} script: | - docker run -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once + docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once --cleanup \ No newline at end of file diff --git a/.github/workflows/staging-web.yml b/.github/workflows/staging-web.yml index f3bc7f8..022f6ef 100644 --- a/.github/workflows/staging-web.yml +++ b/.github/workflows/staging-web.yml @@ -78,4 +78,4 @@ jobs: password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} script: | - docker run -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once + docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once --cleanup \ No newline at end of file