ci: use variables so CI will pass on both mirrors
All checks were successful
backend / docker (push) Successful in 2m12s

This commit is contained in:
kittentm 2026-05-08 05:32:47 +02:00
commit d80bf323ac

View file

@ -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