fix: skip Docker install, use pre-installed CLI from runner image
Some checks failed
Deploy AgentLens / deploy (push) Failing after 6s

This commit is contained in:
Vectry
2026-02-10 23:38:45 +00:00
parent 0e97c23579
commit c6fa25ed47

View File

@@ -19,9 +19,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Docker CLI - name: Verify Docker access
run: | run: |
curl -fsSL https://get.docker.com | sh docker version
docker compose version
- name: Write environment file - name: Write environment file
run: | run: |