You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): install docker buildx before PR image build
The self-hosted runner has no BuildKit/buildx installed. Add
docker/setup-buildx-action@v3 step to install it, then use
docker buildx build --load for the PR image build.
0 commit comments