From bec82127e7be248cb18f3cd03bbc2c99b4e5e0c6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 5 May 2026 21:47:13 +0800 Subject: [PATCH] fix(cd): install docker cli in host runner bootstrap --- .gitea/workflows/cd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index da88d2b3..ce17fd34 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -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