alertmanager-build/.drone.yml
Aaron Riedel e811d3b81c
All checks were successful
continuous-integration/drone/push Build is passing
Update .drone.yml
2023-06-20 10:40:33 +02:00

22 lines
No EOL
434 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
- v0.26.0