fixes
Some checks failed
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-27 22:28:42 +01:00
parent 33d5dfab3f
commit 57a97c6caf

@ -9,10 +9,10 @@ jobs:
docker:
strategy:
matrix:
arch: ['git.fascinated.cc/fascinated/gitea-runner:latest']
arch: ['ubuntu-latest']
git-version: ['2.38.4']
runs-on: ${{ matrix.arch }}
container: node:19-bullseye
container: git.fascinated.cc/fascinated/gitea-runner:latest
steps:
- name: checkout
uses: https://github.com/actions/checkout@v3