|
|
@ -45,22 +45,24 @@ jobs:
|
|
|
|
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:${{ steps.get_version.outputs.VERSION }}
|
|
|
|
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:${{ steps.get_version.outputs.VERSION }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: Discord Success Notification
|
|
|
|
- name: Discord Success Notification
|
|
|
|
uses: sarisia/actions-status-discord@v1
|
|
|
|
uses: meisnate12/discord-notifications@master
|
|
|
|
if: success()
|
|
|
|
if: success()
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
|
|
|
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
|
|
|
nodetail: true
|
|
|
|
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
|
|
|
title: "Docker ${{ steps.get_version.outputs.VERSION }} build: **Success**"
|
|
|
|
title: "Docker ${{ steps.get_version.outputs.VERSION }} build: **Success**"
|
|
|
|
|
|
|
|
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
|
|
|
username: Docker
|
|
|
|
username: Docker
|
|
|
|
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
|
|
|
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
|
|
|
|
|
|
|
|
|
|
|
- name: Discord Failure Notification
|
|
|
|
- name: Discord Failure Notification
|
|
|
|
uses: sarisia/actions-status-discord@v1
|
|
|
|
uses: meisnate12/discord-notifications@master
|
|
|
|
if: failure()
|
|
|
|
if: failure()
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
|
|
|
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
|
|
|
nodetail: true
|
|
|
|
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
|
|
|
title: "Docker ${{ steps.get_version.outputs.VERSION }} build: **Failure**"
|
|
|
|
title: "Docker ${{ steps.get_version.outputs.VERSION }} build: **Failure**"
|
|
|
|
color: 0xe30c43
|
|
|
|
color: 0xe30c43
|
|
|
|
|
|
|
|
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
|
|
|
username: Docker
|
|
|
|
username: Docker
|
|
|
|
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
|
|
|
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
|
|
|