helm-charts/.drone.yml
Jack Jackson f8a1973f69 Testing
2023-06-15 19:07:46 -07:00

20 lines
305 B
YAML

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