diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 677a95d..671fc16 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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