You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice, if there are more same notifications, and configure different notification for repos.
eg: Nofity differnet slack group (=channels) for portainer/portainer and alpine repo:
notif:
slack:
- name: devteam
webhookURL: https://hooks.slack.com/services/ABCD12EFG/HIJK34LMN/01234567890abcdefghij
renderFields: true
templateBody: |
There is a new {{ .Entry.Image }}. Run container build jobs!
- name: operationteam
webhookURL: https://hooks.slack.com/services/ABCD12EFG/HIJK34LMN/01234567890abcdefghij
renderFields: true
templateBody: |
There is a new {{ .Entry.Image }}. Upgrade image!
webhook:
- name: foo
...
- name: bar
...
Description
It would be nice, if there are more same notifications, and configure different notification for repos.
eg: Nofity differnet slack group (=channels) for portainer/portainer and alpine repo:
And file provider:
The text was updated successfully, but these errors were encountered: