.forgejo/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
a0a1b9854d
commit
621d074221
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: repository
|
path: repository
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
build:
|
||||||
|
runs-on: docker
|
||||||
|
name: Build
|
||||||
|
steps:
|
||||||
- run: echo $PWD && ls -la && cd repository && docker build .
|
- run: echo $PWD && ls -la && cd repository && docker build .
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue