This commit is contained in:
parent
6fcf3cd65a
commit
6b0e0752ee
1 changed files with 1 additions and 3 deletions
|
@ -8,7 +8,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -16,8 +15,7 @@ jobs:
|
||||||
|
|
||||||
- name: see if docker is in path
|
- name: see if docker is in path
|
||||||
run: |
|
run: |
|
||||||
docker info || true
|
docker info
|
||||||
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