diff --git a/.github/workflows/DOCKER-PROD.yml b/.github/workflows/DOCKER-PROD.yml index 18b6c919..33990aa2 100644 --- a/.github/workflows/DOCKER-PROD.yml +++ b/.github/workflows/DOCKER-PROD.yml @@ -35,7 +35,7 @@ jobs: with: ref: ${{ github.event.inputs.branch || github.ref }} - # Cleanup-runner skipped on self-hosted runners (bare-metal manages disk space externally) + - uses: ./.github/workflows/actions/cleanup-runner - name: Docker meta (dispatch) if: github.event_name == 'workflow_dispatch'