From 8e82f3b6a263279b0a0730def60975548345b539 Mon Sep 17 00:00:00 2001 From: "Krivopolenov, Artemiy" Date: Sun, 18 Jan 2026 19:26:19 +0100 Subject: [PATCH] more debug info --- .gitea/workflows/build-container.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build-container.yaml b/.gitea/workflows/build-container.yaml index bc0377e..731af3d 100644 --- a/.gitea/workflows/build-container.yaml +++ b/.gitea/workflows/build-container.yaml @@ -35,6 +35,9 @@ jobs: steps: - name: Debug network and DNS run: | + echo "=== /data/config.yaml contents ===" + cat /data/config.yaml + echo "" echo "=== /etc/hosts contents ===" cat /etc/hosts echo ""