From a440b77c7f868a823502a2af787c99e267752448 Mon Sep 17 00:00:00 2001 From: soul-walker Date: Fri, 22 Mar 2024 15:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=20=E6=9E=84=E5=BB=BAbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/CI_local_test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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