fix: hairpin NAT workaround via /etc/hosts
Some checks failed
Build & Deploy to K3s / build-and-deploy (push) Failing after 6s

This commit is contained in:
ordinarthur 2026-04-11 11:55:15 +02:00
parent e61dc9bbb5
commit 66ce44b2be

View File

@ -15,6 +15,9 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 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 - name: Login to Gitea Container Registry
run: | run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | \ echo "${{ secrets.REGISTRY_PASSWORD }}" | \