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