backup-bot-two/.drone.yml
Moritz 5a0467dbdd
All checks were successful
continuous-integration/drone/push Build is passing
change drone runner: create only images from releases
2024-09-18 12:29:08 +02:00

18 lines
370 B
YAML

---
kind: pipeline
name: linters
steps:
- name: publish image
image: plugins/docker
settings:
username: 3wordchant
password:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/backup-bot-two
tags: ${DRONE_TAG}
registry: git.coopcloud.tech
when:
event:
include:
- tag