Add Docker upload step for Debian package in build workflow
Some checks failed
/ release (nightly) (push) Failing after 2m5s
Some checks failed
/ release (nightly) (push) Failing after 2m5s
This commit is contained in:
parent
fbb62b9006
commit
78cd7279ba
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ jobs:
|
|||
cargo install cargo-deb
|
||||
cargo deb
|
||||
cp target/debian/*.deb /tmp/release
|
||||
curl --user ${{ vars.DOCKER_PUSH_USERNAME }}:${{ secrets.DOCKER_PUSH_PASSWORD }} \
|
||||
--upload-file /tmp/release/phenix_${{ github.ref_name }}_amd64.deb \
|
||||
https://code.edgarpierre.fr/api/packages/${{ github.repository_owner }}/debian/pool/bookworm/main/upload
|
||||
- name: Make release
|
||||
uses: actions/forgejo-release@v2.6.0
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue