diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index dcf7ac57..b4d9af62 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -42,3 +42,10 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:develop + + - name: Discord Notification + uses: sarisia/actions-status-discord@v1 + with: + webhook: ${{ secrets.DISCORD_WEBHOOK }} + nodetail: true + title: Develop Docker Build Finished diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 0bbdc49e..64911ca7 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -38,3 +38,10 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:latest + + - name: Discord Notification + uses: sarisia/actions-status-discord@v1 + with: + webhook: ${{ secrets.DISCORD_WEBHOOK }} + nodetail: true + title: Latest Docker Build Finished diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a85c8a93..3ed558bf 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -42,3 +42,10 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:nightly + + - name: Discord Notification + uses: sarisia/actions-status-discord@v1 + with: + webhook: ${{ secrets.DISCORD_WEBHOOK }} + nodetail: true + title: Nightly Docker Build Finished diff --git a/VERSION b/VERSION index 6ddbfc6c..64c8716a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.0-develop6 +1.16.0-develop7