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 91bf64d3ab
All checks were successful
continuous-integration/drone/push Build is passing
fix: return registry to plugins/docker
2022-06-07 15:01:45 +03:00

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