fix(ci/cd)
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 8s
Deploy to Production / build-and-deploy (push) Failing after 2s

This commit is contained in:
EvanChal
2026-01-25 22:42:38 +01:00
parent 634b850a89
commit e4b9e354ef

View File

@@ -16,7 +16,7 @@ jobs:
- name: Force IPv4 for DNS
run: |
echo 'precedence ::ffff:0:0/96 100' | sudo tee -a /etc/gai.conf
echo 'precedence ::ffff:0:0/96 100' | tee -a /etc/gai.conf || true
- name: Login to Registry
run: |