Implements woodpecker pipeline #19

Merged
OCram85 merged 18 commits from woodpecker into master 2022-09-13 13:24:46 +02:00
Showing only changes of commit f68288c63f - Show all commits

View File

@ -5,7 +5,7 @@ pipeline:
buildNext:
image: plugins/docker
settings:
dry_run: true
#dry_run: true
repo: ocram85/blog
dockerfile: Dockerfile
tags: next
@ -18,6 +18,9 @@ pipeline:
from_secret: hub_passwd
when:
event: pull_request
branch:
exclude:
- master
trivy:
image: aquasec/trivy:0.24.3
@ -35,6 +38,9 @@ pipeline:
ocram85/blog:next
when:
event: pull_request
branch:
exclude:
- master
triggerPortainer:
image: ocram85/portainer-serviceupdate