Maubot: add github triggers
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2448fc14d9
commit
c57e9be6ef
1 changed files with 9 additions and 0 deletions
|
@ -32,7 +32,16 @@ spec:
|
|||
type: Docker
|
||||
dockerStrategy:
|
||||
noCache: false
|
||||
# from:
|
||||
# kind: ImageStreamTag
|
||||
# name: fedora:38
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
name: maubot:latest
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ (env == 'production')|ternary(maubot_prod_github_secret, maubot_stg_github_secret) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue