Files
plugin-drone-helm-push/.drone.yml
T
2024-01-22 14:17:08 +05:30

22 lines
390 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build
- go test ./...
- name: publish
image: plugins/docker
settings:
repo: harnesscommunity/drone-helm-chart-container-registry
auto_tag: true
dockerfile: docker/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password