We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57be254 + 80350f3 commit 18155a9Copy full SHA for 18155a9
.github/workflows/trigger-docker-build.yml
@@ -1,5 +1,7 @@
1
name: Trigger Docker Build
2
+
3
on:
4
+ workflow_dispatch:
5
release:
6
types:
7
- published
@@ -16,7 +18,7 @@ jobs:
16
18
owner: GameServerManagers
17
19
repo: docker-linuxgsm
20
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- workflow_file_name: docker-publish.yml
21
+ workflow_file_name: action-docker-publish.yml
22
23
trigger_build_docker-gameserver:
24
if: github.repository_owner == 'GameServerManagers'
@@ -30,4 +32,4 @@ jobs:
30
32
31
33
repo: docker-gameserver
34
35
0 commit comments