From e7bd455b2dd878f77ab4f1908eaf4234795263ad Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 22 Jun 2026 15:18:13 +0100 Subject: [PATCH] ci: run the build step somewhere --- .forgejo/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index a16e5a9..941a8e6 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -56,6 +56,7 @@ jobs: build: needs: [ ruff, ty, tests ] if: ${{ always() && needs.ruff.result == 'success' && needs.ty.result == 'success' && needs.tests.result == 'success' }} + runs-on: docker container: image: ghcr.io/catthehacker/ubuntu:act-latest options: -v /dind/docker.sock:/var/run/docker.sock