From 2d0f95e9db79fb3ed6bdff7bbe2899e020005639 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 12 Apr 2026 16:39:43 -0500 Subject: [PATCH] fix: configure container DNS to resolve ollama-ui.tftsr.com --- .gitea/workflows/pr-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/pr-review.yml b/.gitea/workflows/pr-review.yml index e82acf21..ff520e8c 100644 --- a/.gitea/workflows/pr-review.yml +++ b/.gitea/workflows/pr-review.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest container: image: ubuntu:22.04 + options: --dns 172.0.0.29 --dns 8.8.8.8 --dns 1.1.1.1 steps: - name: Install dependencies shell: bash