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:
|
||||
docker:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [debian-trixie, debian-bookworm]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
runs-on: ${{ vars.RUNNER_LABEL }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue