Update .gitea/workflows/build-isos.yaml
Some checks are pending
Build ISOs / build-isos (push) Waiting to run
Some checks are pending
Build ISOs / build-isos (push) Waiting to run
This commit is contained in:
parent
b1b2f59805
commit
19cef6c04e
@ -8,8 +8,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: node:16-bullseye
|
image: node:16-bullseye
|
||||||
privileged: yes
|
privileged: yes
|
||||||
volumes:
|
options:
|
||||||
- /srv/vapps/gitea-rootless/volumes/test2:/data
|
- "-v /srv/vapps/gitea-rootless/volumes/test2:/data"
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
- run: cd /data
|
- run: cd /data
|
||||||
|
Loading…
Reference in New Issue
Block a user