From ed22a73eda3a48dbb5b60c2f5385d2f09232806e Mon Sep 17 00:00:00 2001 From: fly6516 Date: Wed, 1 Jan 2025 07:23:25 +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 b01e7fb..180220f 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: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