Skip to content

Commit

Permalink
Update td-env-docker-dev.yml
Browse files Browse the repository at this point in the history
add all and force parameters
  • Loading branch information
heather999 authored Sep 1, 2023
1 parent cfc1827 commit 1dcb56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/td-env-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Docker login
run: echo '${{ secrets.DOCKERHUB_ACCESSTOK }}' | docker login --username heather999 --password-stdin
- name : Docker prune
run: sudo docker system prune && df -h
run: sudo docker system prune --all --force && df -h
- name: checkout td_env
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 1dcb56d

Please sign in to comment.