The GitHub Actions job "CI" on rocketmq-dashboard.git/fix/ci-startup-failure has failed. Run started by GitHub user Yanghanrui666 (triggered by Yanghanrui666).
Head commit for run: 75dbb2a147391dc999a0614118d71dde9c09317d / Yanghanrui666 <[email protected]> [studio] fix(ci): replace unapproved Docker actions with plain docker build The frontend-docker-build job used docker/setup-buildx-action@v3 and docker/build-push-action@v6, which are not on the Apache organization's GitHub Actions allowlist. This blocked the entire CI workflow at startup — no jobs (backend build, backend tests, frontend build, or docker build) ever executed. Replace the third-party actions with a plain `docker build` command. The Dockerfile is a simple two-stage build that does not require buildx features. This sacrifices the GHA layer cache but unblocks all four CI jobs. Closes #4136 Report URL: https://github.com/apache/rocketmq-dashboard/actions/runs/34197084628 With regards, GitHub Actions via GitBox
