ci: aligner runs-on sur ubuntu-latest (label exposé par le runner Forgejo)
Some checks failed
Deploy info-canicule / deploy (push) Failing after 3s
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:
parent
15635ed0e3
commit
2071281f6f
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue