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