diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml
index 4a06721..0f088ee 100644
--- a/.forgejo/workflows/build.yaml
+++ b/.forgejo/workflows/build.yaml
@@ -22,6 +22,8 @@ jobs:
   build:
     needs: check-changes
     runs-on: docker
+    container:
+      image: catthehacker/ubuntu:act-22.04
     if: ${{ needs.check-changes.outputs.all_changed_and_modified_files_count >= 1 }}
     permissions:
       contents: write