add debug step
Build and Push Docker Image / build (push) Failing after 2m5s

This commit is contained in:
lif
2026-06-05 16:47:22 +01:00
parent 8795237168
commit 3ec3659097
+5
View File
@@ -40,6 +40,11 @@ jobs:
with:
go-version: '1.25.1'
- name: Debug
run: |
whoami
groups
ls -la /var/run/docker.sock
# Download modules
- name: Go mod tidy
run: go mod tidy