Add workflow

This commit is contained in:
Jakub Filo 2023-12-09 16:29:32 +00:00
parent 67a481e009
commit 73ed38a69b
Signed by: plantroon
GPG Key ID: 7DA8C0FFEED0C0DE

View File

@ -0,0 +1,13 @@
name: Build ISOs
on: [push]
jobs:
build-isos:
runs-on: debian-latest
container:
image: node:16-bullseye
volumes:
- /srv/vapps/gitea-rootless/volumes/test:/data
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."