parent
df11b9dc1d
commit
7092a92e8a
1 changed files with 3 additions and 1 deletions
|
@ -5,8 +5,10 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: registry.mightycastle.net/runner-image
|
image: registry.mightycastle.net/runner-image
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run:/var/run
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
|
- id: check user
|
||||||
|
run: whoami
|
||||||
- id: checkout
|
- id: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- id: build
|
- id: build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue