helm-charts/.drone.yml
2023-06-15 09:11:24 -07:00

24 lines
334 B
YAML

kind: pipeline
name: publish
type: docker
platform:
os: linux
arch: arm64
trigger:
branch:
- main
steps:
- name: step1
image: alpine
commands:
- ./build-tools/upload-new-versions.sh
environment:
GITEA_PASSWORD:
from_secret: gitea_password
image_pull_secrets:
- dockerconfigjson