From de53c13ea8c56afea9908a3f8306291fbb7622ee Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Tue, 7 Apr 2026 08:59:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20use=20ubuntu-latest-ca=20?= =?UTF-8?q?runners=20for=20self-signed=20certificate=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yaml | 4 ++-- docker-compose.cicd-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index b1d7643..60b1af3 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -59,7 +59,7 @@ env: jobs: build-cache: name: Build Docker Cache - runs-on: ubuntu-latest + runs-on: ubuntu-latest-ca if: "!contains(github.event.head_commit.message, '[skip ci]') && github.actor != 'ci-bot'" outputs: deps_hash: ${{ steps.calculate_hash.outputs.deps_hash }} @@ -120,7 +120,7 @@ jobs: ci-pipeline: name: CI Pipeline needs: build-cache - runs-on: ubuntu-latest + runs-on: ubuntu-latest-ca if: "!contains(github.event.head_commit.message, '[skip ci]') && github.actor != 'ci-bot'" steps: diff --git a/docker-compose.cicd-test.yml b/docker-compose.cicd-test.yml index f82e9a0..c6a99b8 100644 --- a/docker-compose.cicd-test.yml +++ b/docker-compose.cicd-test.yml @@ -5,7 +5,7 @@ services: image: gitea/act_runner:latest volumes: - .:/workspace - - ./config/runner:/data/.runner + # - ./config/runner:/data/.runner working_dir: /workspace environment: - GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL:-https://gitea.arcodange.lab/}