alertmanager-build/.drone.yml
Aaron Riedel 2759696ec2
All checks were successful
continuous-integration/drone/push Build is passing
remove testing commands
2023-04-20 04:27:52 +02:00

20 lines
No EOL
409 B
YAML

kind: pipeline
type: docker
name: storagebox-exporter
steps:
- name: go-build
image: golang
commands:
- git clone https://github.com/prometheus/alertmanager.git
- cd alertmanager
- make build
- name: docker-build
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo: aaronriedel/alertmanager
tags: latest