Compare commits

..

1 Commits

Author SHA1 Message Date
bamanker
6adc7bc789 fix bugs
Some checks failed
Build Push and Deploy Image / build (push) Failing after 19m36s
2025-12-30 17:15:17 +08:00

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: apt-get update && apt-get install -y gettext && apt-get install -y maven && apt-get install -y docker.io run: apt-get update && apt-get install -y gettext && apt-get install -y maven && apt-get install -y docker.io
- name: Generate maven config - name: Generate maven config
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3 uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0
with: with:
mirrors: '[{"id": "alimaven", "name": "aliyun maven", "mirrorOf": "central", "url": "http://maven.aliyun.com/nexus/content/groups/public/"}]' mirrors: '[{"id": "alimaven", "name": "aliyun maven", "mirrorOf": "central", "url": "http://maven.aliyun.com/nexus/content/groups/public/"}]'