fix(cd): install docker cli in host runner bootstrap
All checks were successful
Code Review / ai-code-review (push) Successful in 10s

This commit is contained in:
Your Name
2026-05-05 21:47:13 +08:00
parent 8f83773431
commit bec82127e7

View File

@@ -68,7 +68,7 @@ jobs:
# actions/checkout@v4 fails before tests can start.
run: |
if command -v apk >/dev/null 2>&1; then
apk add --no-cache nodejs npm git curl bash openssh-client
apk add --no-cache nodejs npm git curl bash openssh-client docker-cli
fi
- uses: actions/checkout@v4
@@ -272,7 +272,7 @@ jobs:
# actions/checkout@v4 and Telegram failure notifications run.
run: |
if command -v apk >/dev/null 2>&1; then
apk add --no-cache nodejs npm git curl bash openssh-client
apk add --no-cache nodejs npm git curl bash openssh-client docker-cli
fi
- uses: actions/checkout@v4
@@ -832,7 +832,7 @@ jobs:
# notifications, so it needs the same runner bootstrap as earlier jobs.
run: |
if command -v apk >/dev/null 2>&1; then
apk add --no-cache nodejs npm git curl bash openssh-client
apk add --no-cache nodejs npm git curl bash openssh-client docker-cli
fi
- uses: actions/checkout@v4