File tree Expand file tree Collapse file tree 3 files changed +28
-90
lines changed Expand file tree Collapse file tree 3 files changed +28
-90
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Trigger Docker Build
2
+ on :
3
+ push :
4
+ branches :
5
+ - master
6
+ - develop
7
+ jobs :
8
+ trigger_build_docker-linuxgsm :
9
+ name : Trigger Build docker-linuxgsm
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : convictional/trigger-workflow-and-wait@v1.3.0
13
+ with :
14
+ owner : GameServerManagers
15
+ repo : docker-linuxgsm
16
+ github_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
17
+ workflow_file_name : docker-publish.yml
18
+
19
+ trigger_build_docker-gameserver :
20
+ name : Trigger Build docker-linuxgsm
21
+ runs-on : ubuntu-latest
22
+ steps :
23
+ - uses : convictional/trigger-workflow-and-wait@v1.3.0
24
+ with :
25
+ owner : GameServerManagers
26
+ repo : docker-gameserver
27
+ github_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
28
+ workflow_file_name : docker-publish.yml
You can’t perform that action at this time.
0 commit comments