ci: use variables so CI will pass on both mirrors
All checks were successful
backend / docker (push) Successful in 2m12s
All checks were successful
backend / docker (push) Successful in 2m12s
This commit is contained in:
parent
66d4bc0771
commit
d80bf323ac
1 changed files with 2 additions and 8 deletions
|
|
@ -7,14 +7,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
strategy:
|
runs-on: ${{ vars.RUNNER_LABEL }}
|
||||||
fail-fast: false
|
steps:
|
||||||
matrix:
|
|
||||||
os: [debian-trixie, debian-bookworm]
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue