Skip to content

Commit

Permalink
force prune
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Nov 22, 2023
1 parent f790751 commit 95dd35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: 'Prune docker (for testing pull time)' # TODO: remove
run: |
docker rmi -f $(docker images -aq)
docker system prune
docker system prune -f
- name: 'Pull Image (as test)' # TODO: remove
run: |
Expand Down

0 comments on commit 95dd35c

Please sign in to comment.