From 9fc6e1ac05a8ce7a1cb0edd153ba759e7bb0429d Mon Sep 17 00:00:00 2001 From: fly6516 Date: Mon, 16 Dec 2024 11:46:04 +0800 Subject: [PATCH] add mirror image dockerp.com/adoptopenjdk:17-jdk --- .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 1e1fc33..ab3aee8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: adoptopenjdk:17-jdk # 使用带有 JDK 17 的 Docker 镜像 + image: dockerp.com/adoptopenjdk:17-jdk # 使用带有 JDK 17 的 Docker 镜像 steps: - name: Checkout code