Skip to content

Commit

Permalink
Run "docker system prune" without needing confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Aug 12, 2024
1 parent f3e9dd9 commit 645fc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Cleanup Docker image before pushing
if: github.repository == 'pgautoupgrade/docker-pgautoupgrade' && github.ref == 'refs/heads/main'
run: |
docker image prune -a
docker image prune -a -f
- name: Push image
if: github.repository == 'pgautoupgrade/docker-pgautoupgrade' && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 645fc4e

Please sign in to comment.