fix: use 127.0.0.1 instead of server in network debugging
Some checks failed
build-and-push / lint (push) Successful in 8s
build-and-push / sonar (push) Successful in 20s
build-and-push / docker (push) Failing after 4s

This commit is contained in:
nocci 2026-03-07 14:00:17 +00:00
parent 64b7d0786c
commit 9c77d64d0f

View file

@ -105,8 +105,8 @@ jobs:
apk add --no-cache iputils bind-tools apk add --no-cache iputils bind-tools
cat /etc/resolv.conf cat /etc/resolv.conf
cat /etc/hosts cat /etc/hosts
ping -c 4 server ping -c 4 127.0.0.1
getent hosts server getent hosts 127.0.0.1
- name: Manual Git Checkout - name: Manual Git Checkout
run: | run: |