|
|
@ -43,9 +43,23 @@ jobs:
|
|
|
|
push: true
|
|
|
|
push: true
|
|
|
|
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:nightly
|
|
|
|
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:nightly
|
|
|
|
|
|
|
|
|
|
|
|
- name: Discord Notification
|
|
|
|
- name: Discord Success Notification
|
|
|
|
uses: sarisia/actions-status-discord@v1
|
|
|
|
uses: sarisia/actions-status-discord@v1
|
|
|
|
|
|
|
|
if: success()
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
|
|
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
|
|
|
nodetail: true
|
|
|
|
nodetail: true
|
|
|
|
title: Nightly Docker Build Finished
|
|
|
|
title: "Nightly Docker Build: **Success**"
|
|
|
|
|
|
|
|
username: Docker
|
|
|
|
|
|
|
|
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Discord Failure Notification
|
|
|
|
|
|
|
|
uses: sarisia/actions-status-discord@v1
|
|
|
|
|
|
|
|
if: failure()
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
|
|
|
|
|
|
|
nodetail: true
|
|
|
|
|
|
|
|
title: "Nightly Docker Build: **Failed**"
|
|
|
|
|
|
|
|
color: 0xe30c43
|
|
|
|
|
|
|
|
username: Docker
|
|
|
|
|
|
|
|
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
|
|
|
|