From f809d611718797554ac011e0319f4ddea197b942 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 27 Mar 2023 22:48:58 +0100 Subject: [PATCH] fixes --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index f5fdb4c..a558ef1 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: arch: ['ubuntu-latest'] git-version: ['2.38.4'] runs-on: ${{ matrix.arch }} - container: git.fascinated.cc/fascinated/gitea-runner:latest + container: git.fascinated.cc/fascinated/gitea-runner:node-18 steps: - name: checkout uses: https://github.com/actions/checkout@v3