From b7b5823d99065071dd0197c7b4edb740c70807d1 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 27 Mar 2023 22:16:02 +0100 Subject: [PATCH] Update '.gitea/workflows/publish.yaml' --- .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 0622d41..7ea060f 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: arch: ['git.fascinated.cc/fascinated/gitea-runner:ubuntu-latest'] git-version: ['2.38.4'] runs-on: ${{ matrix.arch }} - #container: node:19-alpine + container: node:19-bullseye steps: - name: checkout uses: https://github.com/actions/checkout@v3