New build process
- Testing the github actions to build the debian package.
This commit is contained in:
parent
cad1ef6d44
commit
a6e9229677
|
|
@ -0,0 +1,17 @@
|
|||
name: Dispatch build of the freenas-proxmox plugin package
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
dispatch:
|
||||
name: Dispatch to build the package
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send dispatch request to 'freenas-proxmox-packer' repo.
|
||||
uses: peter-evans/repository-dispatch@v1
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
repository: TheGrandWazoo/freenas-proxmox-packer
|
||||
event-type: build_push
|
||||
client-payload: '{"ref" : "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
||||
Loading…
Reference in New Issue