[skip ci] enable cache and reintroduce Containerfile path condition for rebuild
ci/woodpecker/cron/build_and_release Pipeline was successful
Details
ci/woodpecker/cron/build_and_release Pipeline was successful
Details
This commit is contained in:
parent
fa03b74188
commit
8de6bd983b
|
@ -5,7 +5,7 @@ pipeline:
|
|||
settings:
|
||||
registry: gitea.mdg-hamburg.de
|
||||
repo: ci-tools/deb-buildpackage
|
||||
tags: latest
|
||||
cache: true
|
||||
dockerfile: Containerfile
|
||||
username:
|
||||
from_secret: container_registry_username
|
||||
|
@ -13,5 +13,5 @@ pipeline:
|
|||
from_secret: container_registry_password
|
||||
when:
|
||||
event: [ push, cron ]
|
||||
#path: "Containerfile"
|
||||
path: "Containerfile"
|
||||
|
||||
|
|
Loading…
Reference in New Issue