Docker workflow fixed #1

Merged
artem merged 12 commits from workflow-debugging into main 2026-01-19 10:27:05 +03:00
Showing only changes of commit 8e82f3b6a2 - Show all commits

View File

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