Files
drone-helm3/.drone.yml
T
naumso 8a4ccb5ac1
continuous-integration/drone/push Build is passing
Update .drone.yml
2026-08-13 19:03:41 +03:00

37 lines
583 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:
- latest
- 4.2.3
username:
from_secret: harbor-username
password:
from_secret: harbor-password
---
kind: signature
hmac: 3886837cdcbd9933903aba831a593375e3c295050fa3b68e32a3ce34b827c402
...