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