38 lines
621 B
YAML
38 lines
621 B
YAML
---
|
|
kind: pipeline
|
|
type: kubernetes
|
|
name: build
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|
|
|
|
clone:
|
|
# disable: true
|
|
depth: 1
|
|
|
|
image_pull_secrets:
|
|
- dockerconfig
|
|
|
|
steps:
|
|
- name: publish_linux_amd64
|
|
image: harbor.1sept.ru/drone/drone-kaniko
|
|
settings:
|
|
registry: harbor.1sept.ru
|
|
repo: drone/drone-helm3
|
|
cache: false
|
|
tags:
|
|
- git-${DRONE_COMMIT_SHA:0:7}
|
|
- latest
|
|
- 4.2.3
|
|
username:
|
|
from_secret: harbor-username
|
|
password:
|
|
from_secret: harbor-password
|
|
|
|
---
|
|
kind: signature
|
|
hmac: 1712d86941d5494cee19bfeb87ed7574d6258b1a6050d0d99cdcb5dc5397ebf0
|
|
|
|
...
|