ci: remove dangling images
All checks were successful
push / build (push) Successful in 59s

This commit is contained in:
张泊明518370910136 2024-10-01 05:01:07 -04:00
parent 1b33a071b7
commit 890fa34b10
GPG Key ID: CA088E6D9284F870

View File

@ -39,5 +39,7 @@ jobs:
run: ${{ env.build_command }} run: ${{ env.build_command }}
- name: Check images - name: Check images
run: docker images run: docker images
- name: Remove dangling images
run: docker image prune -f
- name: Push - name: Push
run: make push run: make push