From 3dbede6bc2cf1e8ec7d6439bb44fef377600c309 Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Tue, 9 Jun 2026 11:25:18 +0200 Subject: [PATCH] and use correct container image --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 19718c8..f72a020 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -8,6 +8,8 @@ on: jobs: web: runs-on: aceofba-cluster + container: + image: ghcr.io/catthehacker/ubuntu:act-22.04 defaults: run: working-directory: web