fix: hairpin NAT workaround via /etc/hosts
Some checks failed
Build & Deploy to K3s / build-and-deploy (push) Failing after 6s
Some checks failed
Build & Deploy to K3s / build-and-deploy (push) Failing after 6s
This commit is contained in:
parent
e61dc9bbb5
commit
66ce44b2be
@ -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 }}" | \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user