增加docker依赖
Some checks failed
Build Push and Deploy Image / build (push) Failing after 7s

This commit is contained in:
bamanker
2025-12-30 17:13:49 +08:00
parent d78dd16a8d
commit 899beb46ff

View File

@@ -32,9 +32,13 @@ jobs:
- name: Print env - name: Print env
run: env run: env
- name: Install dependencies - name: Install dependencies
run: apt-get update && apt-get install -y gettext && apt-get install -y maven run: apt-get update && apt-get install -y gettext && apt-get install -y maven && apt-get install -y docker.io
- name: Generate maven config
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3
with:
mirrors: '[{"id": "alimaven", "name": "aliyun maven", "mirrorOf": "central", "url": "http://maven.aliyun.com/nexus/content/groups/public/"}]'
# - uses: http://localhost:3000/bamanker/setup-node@v6 # - uses: http://localhost:3000/bamanker/setup-node@v6
# with: # with:
# node-version: 24 # node-version: 24
# cache: 'npm' # cache: 'npm'