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:
|
buildNext:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dry_run: true
|
#dry_run: true
|
||||||
repo: ocram85/blog
|
repo: ocram85/blog
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags: next
|
tags: next
|
||||||
@ -18,6 +18,9 @@ pipeline:
|
|||||||
from_secret: hub_passwd
|
from_secret: hub_passwd
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
branch:
|
||||||
|
exclude:
|
||||||
|
- master
|
||||||
|
|
||||||
trivy:
|
trivy:
|
||||||
image: aquasec/trivy:0.24.3
|
image: aquasec/trivy:0.24.3
|
||||||
@ -35,6 +38,9 @@ pipeline:
|
|||||||
ocram85/blog:next
|
ocram85/blog:next
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
branch:
|
||||||
|
exclude:
|
||||||
|
- master
|
||||||
|
|
||||||
triggerPortainer:
|
triggerPortainer:
|
||||||
image: ocram85/portainer-serviceupdate
|
image: ocram85/portainer-serviceupdate
|
||||||
|
Loading…
Reference in New Issue
Block a user