Changed workflow process

Added nightly build workflow for APT
Debian prerm script corrected
This commit is contained in:
Markus
2021-10-08 20:29:58 +00:00
committed by GitHub
parent 4db8afda87
commit 788e843846
8 changed files with 193 additions and 55 deletions

18
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Release Actions
on:
release:
types: [published]
jobs:
hyperbian:
name: Let HyperBian create
runs-on: ubuntu-latest
steps:
# Dispatch event to build new HyperBian image
- name: Dispatch HyperBian build
uses: peter-evans/repository-dispatch@v1.1.3
if: ${{ github.repository_owner == 'hyperion-project'}}
with:
repository: hyperion-project/HyperBian
token: ${{ secrets.HYPERION_BOT_TOKEN }}
event-type: hyperion_push