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
Dmitriy Pleshevskiy 73a64b6ea1
Some checks failed
continuous-integration/drone/push Build is failing
add org_registry env by default
2022-06-07 14:59:39 +03:00

21 lines
331 B
YAML

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
repo: ${ORG_REGISTRY}/${DRONE_REPO}