diff --git a/.github/workflows/agent-image.yml b/.github/workflows/agent-image.yml index 2f19950..f96597e 100644 --- a/.github/workflows/agent-image.yml +++ b/.github/workflows/agent-image.yml @@ -38,7 +38,7 @@ jobs: - name: 检出代码 uses: actions/checkout@v4 - name: 配置 QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: 配置 Buildx uses: docker/setup-buildx-action@v3 - name: 构建镜像