Update .gitea/workflows/build-isos.yaml
Some checks are pending
Build ISOs / build-isos (push) Waiting to run

This commit is contained in:
Jakub Filo 2023-12-09 18:01:57 +00:00
parent b1b2f59805
commit 19cef6c04e
Signed by: plantroon
GPG Key ID: 7DA8C0FFEED0C0DE

View File

@ -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