fix: skip Docker install, use pre-installed CLI from runner image
Some checks failed
Deploy AgentLens / deploy (push) Failing after 6s
Some checks failed
Deploy AgentLens / deploy (push) Failing after 6s
This commit is contained in:
@@ -19,9 +19,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Docker CLI
|
||||
- name: Verify Docker access
|
||||
run: |
|
||||
curl -fsSL https://get.docker.com | sh
|
||||
docker version
|
||||
docker compose version
|
||||
|
||||
- name: Write environment file
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user