Blog/.woodpecker/.next.yml
OCram85 d1cb7b0c17
Some checks failed
ci/woodpecker/push/test Pipeline was successful
continuous-integration/drone/pr Build is passing
ci/woodpecker/push/next Pipeline was successful
continuous-integration/drone/push Build is failing
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/next Pipeline failed
simplify pipeline
2022-08-11 14:30:15 +02:00

48 lines
1005 B
YAML

depends_on:
- test
pipeline:
buildNext:
image: woopeckerci/plugin-docker-buildx
settings:
dry_run: true
repo: ocram85/blog
dockerfile: Dockerfile
tags: next
build_args:
- NODE_BASE=lts-buster-slim
- NGINX_BASE=1.21.6-alpine
username:
from_secret: hub_user
password:
from_secret: hub_passwd
when:
event: pull_request
trivy:
image: aquasec/trivy:0.24.3
commands:
- |
trivy image \
--severity UNKNOWN,LOW,MEDIUM \
--no-progress \
ocram85/blog:next
- |
trivy image \
--exit-code 1 \
--severity HIGH,CRITICAL \
--no-progress \
ocram85/blog:next
when:
event: pull_request
triggerPortainer:
image: ocram85/portainer-serviceupdate
settings:
#VERBOSE: true
URI: "https://portainer.ocram85.com"
TOKEN:
from_secret: NEXT_TOKEN
when:
event: pull_request