[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:
|
settings:
|
||||||
registry: gitea.mdg-hamburg.de
|
registry: gitea.mdg-hamburg.de
|
||||||
repo: ci-tools/deb-buildpackage
|
repo: ci-tools/deb-buildpackage
|
||||||
tags: latest
|
cache: true
|
||||||
dockerfile: Containerfile
|
dockerfile: Containerfile
|
||||||
username:
|
username:
|
||||||
from_secret: container_registry_username
|
from_secret: container_registry_username
|
||||||
|
@ -13,5 +13,5 @@ pipeline:
|
||||||
from_secret: container_registry_password
|
from_secret: container_registry_password
|
||||||
when:
|
when:
|
||||||
event: [ push, cron ]
|
event: [ push, cron ]
|
||||||
#path: "Containerfile"
|
path: "Containerfile"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue