diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 7814b7f..8ee333f 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -39,5 +39,7 @@ jobs: run: ${{ env.build_command }} - name: Check images run: docker images + - name: Remove dangling images + run: docker image prune -f - name: Push run: make push