From 126de818345d2afcb9e25d1e9e40921091e8456e Mon Sep 17 00:00:00 2001 From: DanielS Date: Mon, 22 Jun 2026 22:41:04 +0200 Subject: [PATCH] add container for build server --- .gitea/workflows/staging.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/staging.yaml b/.gitea/workflows/staging.yaml index 7478057..98e1557 100644 --- a/.gitea/workflows/staging.yaml +++ b/.gitea/workflows/staging.yaml @@ -7,6 +7,8 @@ on: jobs: build: runs-on: webserver + container: + image: catthehacker/ubuntu:act-latest defaults: run: working-directory: shop