change mirror image eclipse-temurin:17-jdk
Some checks failed
Java CI / build (push) Failing after 8s

This commit is contained in:
fly6516 2024-12-16 11:48:29 +08:00
parent 9fc6e1ac05
commit 02a4d1d929

View File

@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: dockerp.com/adoptopenjdk:17-jdk # 使用带有 JDK 17 的 Docker 镜像
image: dockerp.com/eclipse-temurin:17-jdk # 使用带有 JDK 17 的 Docker 镜像
steps:
- name: Checkout code