push test image to repo
Some checks failed
ci/woodpecker/push/test Pipeline was successful
continuous-integration/drone/pr Build is passing
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/next Pipeline failed
continuous-integration/drone/push Build is failing
Some checks failed
ci/woodpecker/push/test Pipeline was successful
continuous-integration/drone/pr Build is passing
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/next Pipeline failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a16e6be473
commit
f68288c63f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user