Files
drone-helm3/.drone.yml
naumso 4896617402
Some checks failed
continuous-integration/drone/push Build is failing
Update .drone.yml
2025-08-23 18:49:56 +03:00

37 lines
605 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
username:
from_secret: harbor-username
password:
from_secret: harbor-password
---
kind: signature
hmac: ab275b41f1621072152d6e85b5f94289be8dda38debd2a177e0f666960491c6e
...