ci: aligner runs-on sur ubuntu-latest (label exposé par le runner Forgejo)
Some checks failed
Deploy info-canicule / deploy (push) Failing after 3s

Le runner act-runner du VPS expose ubuntu-latest:docker://node:22 et
self-hosted, pas docker. Les ~20 derniers runs étaient en Canceled avec
'No matching online runner with label: docker'. L'image node:22 a déjà
openssh, git, rsync — plus besoin de l'étape Install tooling.
This commit is contained in:
Florian 2026-05-27 01:01:14 +02:00
parent 15635ed0e3
commit 2071281f6f

View file

@ -6,13 +6,8 @@ on:
jobs:
deploy:
runs-on: docker
container:
image: alpine:3.20
runs-on: ubuntu-latest
steps:
- name: Install tooling
run: apk add --no-cache openssh-client git rsync
- name: Configure SSH
run: |
mkdir -p ~/.ssh