From 03bcf313cabbc73ffe80d65d675f4751af06442e Mon Sep 17 00:00:00 2001 From: "Krivopolenov, Artemiy" Date: Sun, 18 Jan 2026 19:29:38 +0100 Subject: [PATCH] env var debug --- .gitea/workflows/build-container.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-container.yaml b/.gitea/workflows/build-container.yaml index 731af3d..f273dc3 100644 --- a/.gitea/workflows/build-container.yaml +++ b/.gitea/workflows/build-container.yaml @@ -35,8 +35,8 @@ jobs: steps: - name: Debug network and DNS run: | - echo "=== /data/config.yaml contents ===" - cat /data/config.yaml + echo "=== environment variables ===" + env echo "" echo "=== /etc/hosts contents ===" cat /etc/hosts