TeleTok/.drone.yml
Chris Plaatjes 846b7d10d8
All checks were successful
continuous-integration/drone/push Build is passing
Fixed tag to be lowercase
2023-02-14 15:17:53 -05:00

23 lines
380 B
YAML

---
kind: pipeline
type: docker
name: publish-bot
steps:
- name: build-image
image: plugins/docker
settings:
registry: git.kizaing.ca
username:
from_secret: DOCKER_USER
password:
from_secret: DOCKER_PASS
repo: git.kizaing.ca/kizaing/teletok
tags: latest
# Commented out until stuff actually works
trigger:
branch:
- main
event:
- push