diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 71e9a4d..4ca966c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -17,3 +17,6 @@ jobs: env: DOCKER_API_VERSION: "1.41" run: docker compose up -d --build --remove-orphans + + - name: Prune unused Docker resources + run: docker image prune -f