From 2071281f6f3e7b76f0ffdf8a088c6f633814341f Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 27 May 2026 01:01:14 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20aligner=20runs-on=20sur=20ubuntu-latest?= =?UTF-8?q?=20(label=20expos=C3=A9=20par=20le=20runner=20Forgejo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .forgejo/workflows/deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 3fc2332..ea9a44c 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -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