👷 Run dockerize and deploy CI steps on commits on default branch
Some checks failed
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2024-04-16 07:29:09 +02:00
parent f0d3b91084
commit de9d2b3a8a
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,3 @@
# when:
# - branch: ${CI_REPO_DEFAULT_BRANCH}
steps:
dockerize:
image: woodpeckerci/plugin-kaniko
@@ -12,3 +9,7 @@ steps:
username: nologin
password:
from_secret: registry-password
when:
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}