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.
 
 
 
helm-charts/.drone.yml

25 lines
408 B

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