Update '.gitea/workflows/publish.yaml'
Some checks failed
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-27 20:43:26 +01:00
parent 3e4c1ff437
commit 8737f88145

@ -12,7 +12,7 @@ jobs:
arch: ['ubuntu-latest']
git-version: ['2.38.4']
runs-on: ${{ matrix.arch }}
container: node:19-alpine
#container: node:19-alpine
steps:
- name: checkout
uses: https://github.com/actions/checkout@v3