discord-pschitt/.drone.yml
Dryusdan 2603be0b5e
Some checks failed
continuous-integration/drone Build is failing
Make bot
2024-01-04 17:13:21 +01:00

21 lines
387 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: git.dryusdan.fr/dryusdan/discord-pschitt
tags: latest
no_cache: true
dry_run: false
force_tag: true
registry: git.dryusdan.fr
username:
from_secret: gitea_login
password:
from_secret: gitea_docker_secret
when:
branch: stable
event: push