ci: fix bugs
Some checks failed
build-docker-images-for-latest-release-github-ver / build-and-push (push) Failing after 22s

This commit is contained in:
fly6516 2025-01-01 07:23:25 +08:00
parent 347a24a43a
commit ed22a73eda

View File

@ -40,7 +40,7 @@ jobs:
run: |
# Define the images to pull
QEMU_IMAGE="dockerp.com/multiarch/qemu-user-static:latest"
BUILDX_IMAGE="dockerp.com/buildkit/buildx-stable-1:latest"
BUILDX_IMAGE="dockerp.com/buildkit:buildx-stable-1"
# Check and pull multiarch/qemu-user-static if not exists
if ! docker image inspect "$QEMU_IMAGE" > /dev/null 2>&1; then