diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9c54bce..f5fa439 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -25,6 +25,9 @@ jobs: needs: build runs-on: self-hosted steps: + - name: Clean up Docker + run: docker system prune -a --volumes -f + - name: Pull Docker Image run: docker pull ${{ secrets.DOCKER_USERNAME }}/institute-management-backend:latest