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