Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Failing after 1s
Some checks failed
Build Resilient App / build (push) Failing after 1s
This commit is contained in:
parent
c4d6bd24f6
commit
a29f8599cc
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: [docker]
|
runs-on: [docker]
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: forgejo-custom-runner:latest # 👈 your custom image name
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Show working directory contents
|
- name: Show working directory contents
|
||||||
run: ls -la
|
run: ls -la
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue