fix: install docker-cli in workflow
Deploy / deploy (push) Has been cancelled

This commit is contained in:
枫
2026-08-23 14:37:05 +00:00
parent 324083a24e
commit fd4bf50c81
+3
View File
@@ -9,6 +9,9 @@ jobs:
deploy:
runs-on: aliyun
steps:
- name: Install Docker CLI
run: apk add --no-cache docker-cli
- name: Checkout
run: |
git clone --depth 1 -b main \