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

22 lines
377 B
YAML
Raw Normal View History

2022-06-06 16:46:25 +03:00
kind: pipeline
type: docker
name: default
trigger:
branch:
- main
event:
- push
steps:
- name: build-docker-image
image: plugins/docker
settings:
username:
from_secret: org_registry_username
password:
from_secret: org_registry_password
registry: registry.pleshevski.ru
repo: registry.pleshevski.ru/${DRONE_REPO}