From 10a6b995aca4ab3ec46439a5b91d981f0d0c8cd6 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 18 Jun 2026 13:40:09 +0200 Subject: [PATCH] fix(ci): use ubuntu-latest instead of nested container to fix dns resolution in dind --- .gitea/workflows/deploy.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1300f5a6c..d45a453a4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -157,9 +157,7 @@ jobs: name: ๐Ÿงช QA needs: prepare if: needs.prepare.outputs.target != 'skip' - runs-on: docker - container: - image: catthehacker/ubuntu:act-latest + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 @@ -207,9 +205,7 @@ jobs: name: ๐Ÿ—๏ธ Build needs: [prepare, qa] if: needs.prepare.outputs.target != 'skip' - runs-on: docker - container: - image: catthehacker/ubuntu:act-latest + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4