TelegramRSS/.drone.yml

21 lines
443 B
YAML
Raw Permalink Normal View History

2020-01-07 22:03:26 +00:00
kind: pipeline
type: docker
name: default
steps:
# - name: Build with node
# image: node:19
# commands:
# - yarn install
# - yarn build
- name: Build and publish to docker
2020-01-07 22:03:26 +00:00
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
2020-12-19 18:08:11 +00:00
repo: docker.hibas123.de/telegram-rss
registry: docker.hibas123.de