1
0
Fork 0
This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
blackbox-exporter-tweak/.drone.yml

17 lines
311 B
YAML
Raw Normal View History

2021-09-11 01:13:12 +00:00
kind: pipeline
type: kubernetes
name: arm64
node_selector:
beta.kubernetes.io/arch: arm64
steps:
- name: docker
image: plugins/docker
settings:
repo: badjware/blackbox-exporter-tweak
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password