This commit is contained in:
parent
e12f909f6a
commit
6fcf3cd65a
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ jobs:
|
||||||
|
|
||||||
- name: see if docker is in path
|
- name: see if docker is in path
|
||||||
run: |
|
run: |
|
||||||
docker info
|
docker info || true
|
||||||
|
ls -l /var/run
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
Loading…
Reference in a new issue