From fd071a9a5fc5997ffc457e8f48f5c18012bc0c0a Mon Sep 17 00:00:00 2001 From: fly6516 Date: Fri, 20 Dec 2024 14:38:17 +0800 Subject: [PATCH] change 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 9e169b0..3d633a4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: fly6516.synology.me:8080/multilang:slim # 使用带有 JDK 17 的 Docker 镜像 + image: mrc.microsoft.com/devcontainers/universal:linux # 使用带有 JDK 17 的 Docker 镜像 steps: # - name: Check Version #Docker