[ci] Use the forgejo mirrored image
/ doom (push) Failing after 3s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 10:30:00 +02:00
parent 13baaf8570
commit c9f3497d97
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 5 deletions

View File

@ -1,14 +1,11 @@
---
on: [push]
jobs:
clone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
doom:
runs-on: alpine-3
runs-on: docker
needs: [clone]
steps:
- uses: actions/checkout@v3
- run: |
apk add --update git emacs-nox chezmoi nodejs bash
shell: "ash"