From d68c17e0d73c2557345c45abfe7fd3127e2e61e1 Mon Sep 17 00:00:00 2001 From: fly6516 Date: Wed, 1 Jan 2025 07:41:10 +0800 Subject: [PATCH] ci: fix bugs --- .gitea/workflows/Multi-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/Multi-main.yaml b/.gitea/workflows/Multi-main.yaml index eb3267c..e4aef3c 100644 --- a/.gitea/workflows/Multi-main.yaml +++ b/.gitea/workflows/Multi-main.yaml @@ -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" + BUILDX_IMAGE="dockerp.com/moby/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