Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Failing after 1s

This commit is contained in:
root 2025-06-11 01:47:40 +01:00
parent c4d6bd24f6
commit a29f8599cc

View file

@ -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