This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
alerta/.drone.yml

17 lines
323 B
YAML
Raw Normal View History

2021-01-08 10:39:15 +00:00
---
kind: pipeline
name: push custom alerta-web container
steps:
- name: build container
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
repo: decentral1se/alerta
tags: 8.3.3
trigger:
branch:
- main