Skip to content

Commit 96f16be

Browse files
authored
feat: allow to build docker image manually
1 parent e70e72c commit 96f16be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- master
77
schedule:
88
- cron: "0 0 * * *"
9+
repository_dispatch:
10+
types: [run_build]
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)