From 57a97c6caf36442c4c12245fe7267001d3fff5c7 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 27 Mar 2023 22:28:42 +0100 Subject: [PATCH] fixes --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 6700ea9..f5fdb4c 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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