vegapokerbot/.drone.yml
Neur0toxine 7c95dc52ab
Some checks failed
continuous-integration/drone/push Build is failing
fix for pipeline
2024-05-10 12:27:14 +03:00

29 lines
485 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build and push
image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- make docker_release
when:
branch:
- master
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
trigger:
event:
- push