Add workflow
This commit is contained in:
parent
67a481e009
commit
73ed38a69b
13
.gitea/workflows/build-isos.yaml
Normal file
13
.gitea/workflows/build-isos.yaml
Normal 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."
|
Loading…
Reference in New Issue
Block a user