vegapokerbot/.drone.yml

24 lines
383 B
YAML
Raw Normal View History

2024-05-10 12:10:25 +03:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
2024-05-10 13:00:15 +03:00
registry:
from_secret: CI_REGISTRY
username:
2024-05-10 12:44:09 +03:00
from_secret: CI_REGISTRY_USER
password:
2024-05-10 12:44:09 +03:00
from_secret: CI_REGISTRY_PASSWORD
repo:
2024-05-10 12:44:09 +03:00
from_secret: CI_APP_IMAGE
tags:
- latest
2024-05-10 12:27:14 +03:00
2024-05-10 12:10:25 +03:00
trigger:
event:
- push
2024-05-13 16:57:55 +03:00
branch:
- master