kind: pipeline
name: default
steps:
- name: notify webhook
image: lstama/apk-update-notification:latest
settings:
webhook_url:
from_secret: webhook_url
webhook_text: "sample text"
The plugins send a post request to webhook url with payload {"text" : "sample text"}
Content type
Image
Digest
Size
38.3 MB
Last updated
almost 7 years ago
docker pull lstama/apk-update-notification