adding debugging step
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m10s

This commit is contained in:
lila 2026-04-14 18:56:59 +02:00
parent 46fb7dbdd2
commit 3b2ecf6ee3

View file

@ -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