From 84a89f582224c7221c2a7e1c979474cde71985fe Mon Sep 17 00:00:00 2001 From: fly6516 Date: Fri, 20 Dec 2024 14:39:29 +0800 Subject: [PATCH] fix ci.yaml unviversal image --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3d633a4..885c79c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: mrc.microsoft.com/devcontainers/universal:linux # 使用带有 JDK 17 的 Docker 镜像 + image: mcr.microsoft.com/vscode/devcontainers/universal:linux # 使用带有 JDK 17 的 Docker 镜像 steps: # - name: Check Version #Docker