Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raobilal28 authored Oct 10, 2024
1 parent 27727f6 commit 1c61a69
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
branches: [ master, main ]
paths-ignore:
- '**.md'
release:
types: [published]
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -82,7 +79,7 @@ jobs:
uses: danielmundi/upload-packagecloud@v1
with:
PACKAGE-NAME: homer-app-${{ env.TAG_NAME }}-amd64.deb
PACKAGECLOUD-REPO: siptest
PACKAGECLOUD-REPO: sipcapture
PACKAGECLOUD-DISTRIB: any/any
PACKAGECLOUD-USERNAME: ${{ secrets.PACKAGECLOUD_USERNAME }}
PACKAGECLOUD-TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
Expand All @@ -93,11 +90,12 @@ jobs:
uses: danielmundi/upload-packagecloud@v1
with:
PACKAGE-NAME: homer-app-${{ env.TAG_NAME }}-amd64.rpm
PACKAGECLOUD-REPO: siptest
PACKAGECLOUD-REPO: sipcapture
PACKAGECLOUD-DISTRIB: rpm_any/rpm_any
PACKAGECLOUD-USERNAME: ${{ secrets.PACKAGECLOUD_USERNAME }}
PACKAGECLOUD-TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
continue-on-error: true

docker-push:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c61a69

Please sign in to comment.