Skip to content

Commit

Permalink
ci: cleanup watchtower
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 17, 2023
1 parent 4960a31 commit e3a62af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/staging-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e3a62af

Please sign in to comment.