diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index c65ca9f..56f8f58 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -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