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/}