Files
plugin-drone-gitleaks/.drone.yml
T
Brad Rydzewski b560a7c0bb initial commit
2021-11-05 21:38:28 -04:00

22 lines
359 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:1.16
commands:
- go build
- go test ./...
- name: publish
image: plugins/docker
settings:
repo: plugins/gitleaks
auto_tag: true
dockerfile: docker/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password