8
8
9
9
jobs :
10
10
11
- docker-develop :
11
+ docker :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
20
20
- name : Login to Docker Hub
21
21
uses : docker/login-action@v3
22
22
with :
23
- username : meisnate12
23
+ username : ${{ secrets.DOCKER_HUB_USERNAME }}
24
24
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
25
25
26
26
- name : Set up QEMU
@@ -42,40 +42,43 @@ jobs:
42
42
"BRANCH_NAME=develop"
43
43
platforms : linux/amd64,linux/arm64
44
44
push : true
45
- tags : meisnate12 /${{ secrets.DOCKER_REPO }}:develop
45
+ tags : kometateam /${{ secrets.DOCKER_REPO }}:develop
46
46
47
47
- name : Send Discord Commit Notification
48
- uses : meisnate12 /discord-notifications@master
48
+ uses : Kometa-Team /discord-notifications@master
49
49
with :
50
50
webhook_id_token : ${{ secrets.DEVELOP_WEBHOOK }}
51
- title : ${{ secrets.NAME }} Develop Commits
51
+ title : Commits
52
52
message : " ${{ secrets.DEVELOP_TAG }} - An update to ${{ secrets.NAME }} has been published and is available to users of the **develop** branch."
53
53
commits : " true"
54
- username : Metabot
55
- avatar_url : https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
54
+ username : Kobota
55
+ avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
56
+ author : ${{ secrets.NAME }} Develop Release
57
+ author_icon_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/release.png
56
58
57
59
- name : Discord Success Notification
58
- uses : meisnate12 /discord-notifications@master
60
+ uses : Kometa-Team /discord-notifications@master
59
61
if : success()
60
62
with :
61
63
webhook_id_token : ${{ secrets.BUILD_WEBHOOK }}
62
- title : " develop build: **Success**"
63
- url : https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }}
64
- username : Metabot
65
- avatar_url : https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
66
- author : ${{ secrets.NAME }} Docker
67
- author_icon_url : https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/docker.png
64
+ title : " ${{ secrets.REPO_NAME }} develop: **Build Successful**"
65
+ url : https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
66
+ color : 844716
67
+ username : Kobota
68
+ avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
69
+ author : Docker
70
+ author_icon_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/docker.png
68
71
69
72
- name : Discord Failure Notification
70
- uses : meisnate12 /discord-notifications@master
73
+ uses : Kometa-Team /discord-notifications@master
71
74
if : failure()
72
75
with :
73
76
webhook_id_token : ${{ secrets.BUILD_WEBHOOK }}
74
77
message : <@&1079153184007790652>
75
- title : " develop build : **Failure **"
76
- color : 0xe30c43
77
- url : https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }}
78
- username : Metabot
79
- avatar_url : https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/ .github/pmm .png
80
- author : ${{ secrets.NAME }} Docker
81
- author_icon_url : https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop /.github/docker.png
78
+ title : " ${{ secrets.REPO_NAME }} develop : **Build Failed **"
79
+ url : https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
80
+ color : 14879811
81
+ username : Kobota
82
+ avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/ .github/logo .png
83
+ author : Docker
84
+ author_icon_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly /.github/docker.png
0 commit comments