fix(cd): install docker cli in host runner bootstrap
All checks were successful
Code Review / ai-code-review (push) Successful in 10s
All checks were successful
Code Review / ai-code-review (push) Successful in 10s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user