diff --git a/.github/workflows/build-and-publish-debian.yml b/.github/workflows/build-and-publish-debian.yml new file mode 100644 index 0000000000..babf77ddbb --- /dev/null +++ b/.github/workflows/build-and-publish-debian.yml @@ -0,0 +1,20 @@ +name: Build & publish Debian packages + +on: + workflow_dispatch: + inputs: + branch: + type: string + required: true + version: + type: string + required: true + +jobs: + main: + uses: ZettaScaleLabs/ci/.github/workflows/build-and-publish-perif-debian.yml@staging + with: + repo: ${{ github.repository }} + branch: ${{ inputs.branch }} + version: ${{ inputs.version }} + secrets: inherit