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:
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user