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:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: alpine:3.20
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install tooling
|
|
||||||
run: apk add --no-cache openssh-client git rsync
|
|
||||||
|
|
||||||
- name: Configure SSH
|
- name: Configure SSH
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue