Skip to content

Commit

Permalink
feat: trigger docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 29, 2022
1 parent 01a9ebc commit e5402d4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 90 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/codacy-analysis.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/super-linter.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/trigger_docker_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Trigger Docker Build
on:
push:
branches:
- master
- develop
jobs:
trigger_build_docker-linuxgsm:
name: Trigger Build docker-linuxgsm
runs-on: ubuntu-latest
steps:
- uses: convictional/[email protected]
with:
owner: GameServerManagers
repo: docker-linuxgsm
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
workflow_file_name: docker-publish.yml

trigger_build_docker-gameserver:
name: Trigger Build docker-linuxgsm
runs-on: ubuntu-latest
steps:
- uses: convictional/[email protected]
with:
owner: GameServerManagers
repo: docker-gameserver
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
workflow_file_name: docker-publish.yml

0 comments on commit e5402d4

Please sign in to comment.