You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
597 B
24 lines
597 B
pipeline: |
|
release tag: |
|
image: node |
|
secrets: |
|
- source: git_auth |
|
target: git_credentials |
|
commands: |
|
- yarn global add semantic-release @semantic-release/git @semantic-release/changelog @semantic-release/exec |
|
- yarn exec semantic-release |
|
when: |
|
branch: |
|
- master |
|
- dev |
|
event: |
|
- push |
|
publish docker image: |
|
image: banzaicloud/drone-kaniko |
|
settings: |
|
registry: registry.container-registry.svc.cluster.local:5000 |
|
repo: mcpanda/summertime |
|
tags: ${CI_COMMIT_TAG##v} |
|
when: |
|
event: |
|
- tag |