fix: remove ineffective hosts workaround
Some checks failed
Build & Deploy to K3s / build-and-deploy (push) Failing after 11s

This commit is contained in:
ordinarthur 2026-04-11 11:57:14 +02:00
parent 66ce44b2be
commit 4ae5b9322f

View File

@ -15,9 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Fix internal DNS (hairpin NAT workaround)
run: echo "10.10.10.2 git.arthurbarre.fr" | sudo tee -a /etc/hosts
- name: Login to Gitea Container Registry
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | \