From a29f8599cc3519722550b284afb4a715eb2c1819 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Jun 2025 01:47:40 +0100 Subject: [PATCH] Update .forgejo/workflows/ci.yml --- .forgejo/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 1d5f765..5b9e609 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -10,6 +10,9 @@ jobs: build: runs-on: [docker] + container: + image: forgejo-custom-runner:latest # 👈 your custom image name + steps: - name: Show working directory contents run: ls -la