adding debugging step
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m10s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m10s
This commit is contained in:
parent
46fb7dbdd2
commit
3b2ecf6ee3
1 changed files with 7 additions and 0 deletions
|
|
@ -11,6 +11,13 @@ jobs:
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: apt-get update && apt-get install -y docker.io openssh-client
|
run: apt-get update && apt-get install -y docker.io openssh-client
|
||||||
|
|
||||||
|
- name: Debug Docker
|
||||||
|
run: |
|
||||||
|
ls -la /var/run/docker.sock || echo "Socket not found"
|
||||||
|
whoami
|
||||||
|
id
|
||||||
|
docker version || echo "Docker command failed"
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: https://data.forgejo.org/actions/checkout@v4
|
uses: https://data.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue