name: Build ISOs on: [push] jobs: build-isos: runs-on: ubuntu-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." - run: apt-get update; apt-get install live-build - run: lb build