👷 Run dockerize and deploy CI steps on commits on default branch
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user