Browse Source
fix: Update workflow file names for Docker publish actions
pull/4850/head
Daniel Gibbs
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
2 deletions
-
.github/workflows/trigger-docker-build.yml
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
name: Trigger Docker Build |
|
|
|
|
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
release: |
|
|
|
@ -17,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' |
|
|
|
@ -31,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 |
|
|
|
|