🔧 fix: use ubuntu-latest-ca runners for self-signed certificate support
This commit is contained in:
@@ -59,7 +59,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build-cache:
|
build-cache:
|
||||||
name: Build Docker 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'"
|
if: "!contains(github.event.head_commit.message, '[skip ci]') && github.actor != 'ci-bot'"
|
||||||
outputs:
|
outputs:
|
||||||
deps_hash: ${{ steps.calculate_hash.outputs.deps_hash }}
|
deps_hash: ${{ steps.calculate_hash.outputs.deps_hash }}
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
ci-pipeline:
|
ci-pipeline:
|
||||||
name: CI Pipeline
|
name: CI Pipeline
|
||||||
needs: build-cache
|
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'"
|
if: "!contains(github.event.head_commit.message, '[skip ci]') && github.actor != 'ci-bot'"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ services:
|
|||||||
image: gitea/act_runner:latest
|
image: gitea/act_runner:latest
|
||||||
volumes:
|
volumes:
|
||||||
- .:/workspace
|
- .:/workspace
|
||||||
- ./config/runner:/data/.runner
|
# - ./config/runner:/data/.runner
|
||||||
working_dir: /workspace
|
working_dir: /workspace
|
||||||
environment:
|
environment:
|
||||||
- GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL:-https://gitea.arcodange.lab/}
|
- GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL:-https://gitea.arcodange.lab/}
|
||||||
|
|||||||
Reference in New Issue
Block a user