Add trigger service update strep

This commit is contained in:
OCram85 2022-01-04 11:38:35 +01:00
parent a686be9055
commit ba6e7e28a4

View File

@ -59,6 +59,14 @@ steps:
commands:
- "trivy image --exit-code 1 --no-progress ocram85/blog:next"
- name: "Trigger Service Update"
image: ocram85/portainer-serviceupdate
settings:
VERBOSE: true
URI: "https://portainer.ocram85.com"
TOKEN:
from_secret: NEXT_TOKEN
---
kind: pipeline
type: docker
@ -98,6 +106,13 @@ steps:
commands:
- "trivy image --exit-code 1 --no-progress ocram85/blog:latest"
- name: "Trigger Service Update"
image: ocram85/portainer-serviceupdate
settings:
VERBOSE: true
URI: "https://portainer.ocram85.com"
TOKEN:
from_secret: TOKEN
---
kind: pipeline
type: docker