1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00
vk-tg-bot/.drone.yml
2023-12-30 13:47:42 +07:00

26 lines
468 B
YAML

kind: pipeline
name: build
type: docker
platform:
os: linux
arch: amd64
steps:
- name: build
image: plugins/docker
when:
branch:
- master
settings:
dockerfile: docker/Dockerfile
tag:
- latest
username:
from_secret: global_docker_login
password:
from_secret: global_docker_password
registry:
from_secret: global_docker_registry
repo:
from_secret: docker_repo