fix: use || true for docker install
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 0s

This commit is contained in:
vrubel 2026-06-06 22:52:36 +00:00
parent 9c4621217e
commit 6d9dba69f1

View file

@ -15,7 +15,7 @@ jobs:
GIT_TERMINAL_PROMPT: '0'
- name: Ensure Docker CLI
run: apk add --no-cache docker-cli docker-cli-compose 2>/dev/null; true
run: apk add --no-cache docker-cli docker-cli-compose || true
- name: Setup .env for CI/CD
run: cp .env.example .env