[skip ci] enable cache and reintroduce Containerfile path condition for rebuild
ci/woodpecker/cron/build_and_release Pipeline was successful Details

This commit is contained in:
Kevin Dorner 2022-09-12 13:34:59 +02:00
parent fa03b74188
commit 8de6bd983b
1 changed files with 2 additions and 2 deletions

View File

@ -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"