diff --git a/.gitea/workflows/CI_local_test.yaml b/.gitea/workflows/CI_local_test.yaml index 1856f400a..d4fd94950 100644 --- a/.gitea/workflows/CI_local_test.yaml +++ b/.gitea/workflows/CI_local_test.yaml @@ -21,9 +21,9 @@ jobs: cache: 'maven' cache-dependency-path: './pom.xml' - name: 设置Maven环境 - uses: https://gitea.joylink.club/actions/setup-maven@v5 + uses: https://gitea.joylink.club/actions/local-setup-maven@v0.1.1 with: - maven-version: 3.8.2 + maven-version: 3.8.8 - name: 构建 run: | mvn -Dmaven.test.skip=true clean package @@ -41,7 +41,7 @@ jobs: uses: https://gitea.joylink.club/docker/build-push-action@v5 with: context: . - file: ./Dockerfile_Gitea + file: ./Dockerfile push: true tags: | gitea.joylink.club/joylink/rt-sim-training-service:local-test