Compare commits

...

2 Commits

Author SHA1 Message Date
bamanker
bf1f52ad54 本地build fix2
Some checks failed
Build Push and Deploy Image / build (push) Failing after 17s
2025-12-30 10:33:08 +08:00
bamanker
1696261450 本地build fix1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 19s
2025-12-30 10:28:31 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: env - run: env && java -version
# 下载仓库源码依赖node环境因此构建服务器本地需要下载安装node并设置环境变量 # 下载仓库源码依赖node环境因此构建服务器本地需要下载安装node并设置环境变量
- name: Checkout repository code - name: Checkout repository code
#使用自定义仓库action #使用自定义仓库action

View File

@@ -11,7 +11,7 @@
<groupId>com.bamanker</groupId> <groupId>com.bamanker</groupId>
<artifactId>myk3sTest</artifactId> <artifactId>myk3sTest</artifactId>
<version>v3.1.0-native</version> <version>v3.1-native</version>
<name>myk3sTest</name> <name>myk3sTest</name>
<description>myk3sTest</description> <description>myk3sTest</description>
<url/> <url/>