Update .gitea/workflows/build-isos.yaml
Some checks failed
Build ISOs / build-isos (push) Failing after 4m22s
Some checks failed
Build ISOs / build-isos (push) Failing after 4m22s
This commit is contained in:
parent
19cef6c04e
commit
9d544e1481
@ -7,9 +7,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:16-bullseye
|
||||
privileged: yes
|
||||
options:
|
||||
- "-v /srv/vapps/gitea-rootless/volumes/test2:/data"
|
||||
privileged: no
|
||||
volumes:
|
||||
- /srv/vapps/gitea-rootless/volumes/test2:/data
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
- run: cd /data
|
||||
|
Loading…
Reference in New Issue
Block a user