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

This commit is contained in:
fly6516 2024-12-16 12:04:17 +08:00
parent 02a4d1d929
commit dd3f4868c5

View File

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