fix build action
Some checks failed
Publish / docker (ubuntu-20.04, 2.38.4) (push) Failing after 1s

This commit is contained in:
Lee 2023-09-25 02:11:32 +01:00
parent d001590405
commit 884d3df8ec

@ -3,14 +3,14 @@ name: Publish
on:
push:
branches:
- 'main'
- "main"
jobs:
docker:
strategy:
matrix:
arch: ['ubuntu-latest']
git-version: ['2.38.4']
arch: ["ubuntu-20.04"]
git-version: ["2.38.4"]
runs-on: ${{ matrix.arch }}
container: git.fascinated.cc/fascinated/gitea-runner:node-18
steps: