add mirror image dockerp.com/adoptopenjdk:17-jdk
Some checks failed
Java CI / build (push) Failing after 5s

This commit is contained in:
fly6516 2024-12-16 11:46:04 +08:00
parent a7e4f8013c
commit 9fc6e1ac05

View File

@ -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