Daniel Gibbs
7 months ago
Failed to extract signature
1 changed files with
4 additions and
2 deletions
-
.github/workflows/trigger-docker-build.yml
|
|
|
@ -1,5 +1,7 @@ |
|
|
|
name: Trigger Docker Build |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
release: |
|
|
|
types: |
|
|
|
- published |
|
|
|
@ -16,7 +18,7 @@ jobs: |
|
|
|
owner: GameServerManagers |
|
|
|
repo: docker-linuxgsm |
|
|
|
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |
|
|
|
workflow_file_name: docker-publish.yml |
|
|
|
workflow_file_name: action-docker-publish.yml |
|
|
|
|
|
|
|
trigger_build_docker-gameserver: |
|
|
|
if: github.repository_owner == 'GameServerManagers' |
|
|
|
@ -30,4 +32,4 @@ jobs: |
|
|
|
owner: GameServerManagers |
|
|
|
repo: docker-gameserver |
|
|
|
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |
|
|
|
workflow_file_name: docker-publish.yml |
|
|
|
workflow_file_name: action-docker-publish.yml |
|
|
|
|