From e04ace7388a8cd7fcfb3ae7b8e866db5244e2a1e Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sat, 5 Aug 2023 13:19:55 +0200 Subject: [PATCH] pipeline runner --- .gitea/workflows/container-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/container-build.yaml b/.gitea/workflows/container-build.yaml index 69e548c..ed15fae 100644 --- a/.gitea/workflows/container-build.yaml +++ b/.gitea/workflows/container-build.yaml @@ -8,7 +8,7 @@ on: jobs: build: container: - image: node:latest + image: ghcr.io/catthehacker/ubuntu:custom-22.04 runs-on: [arm64] steps: