docker-doh-proxy/.drone.yml

15 lines
317 B
YAML
Raw Normal View History

2023-02-28 17:40:04 +00:00
kind: pipeline
name: default
steps:
- name: docker
2024-03-04 14:17:37 +00:00
#image: plugins/docker # https://github.com/drone-plugins/drone-docker/issues/414
image: gitea.b4tman.ru/b4tman/docker_plugin:24-0-7
2023-02-28 17:40:04 +00:00
settings:
2023-02-28 17:59:13 +00:00
registry: gitea.b4tman.ru
username: b4tman
repo: b4tman/doh-proxy
tags: latest
2023-02-28 17:40:04 +00:00
dry_run: true