Compare commits
No commits in common. "2faa155fa7eb369ae40f95166e0804752e5307f1" and "3993aab606e34df89c3b0dd709544c5867b42c9f" have entirely different histories.
2faa155fa7
...
3993aab606
1 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug docker socket
|
||||||
|
run: |
|
||||||
|
id
|
||||||
|
ls -la /var/run/ || true
|
||||||
|
ls -la /var/run/docker.sock || true
|
||||||
|
which docker || true
|
||||||
|
docker version || true
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue