Skip to content

Commit e5402d4

Browse files
committed
feat: trigger docker image build
1 parent 01a9ebc commit e5402d4

File tree

3 files changed

+28
-90
lines changed

3 files changed

+28
-90
lines changed

.github/workflows/codacy-analysis.yml

-61
This file was deleted.

.github/workflows/super-linter.yml

-29
This file was deleted.
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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/[email protected]
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/[email protected]
24+
with:
25+
owner: GameServerManagers
26+
repo: docker-gameserver
27+
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
28+
workflow_file_name: docker-publish.yml

0 commit comments

Comments
 (0)