Compare commits

...

2 Commits

Author SHA1 Message Date
4c300b4b6d push docker image to registry.wtf-eg.net
Some checks failed
continuous-integration/drone/push Build is failing
2021-04-18 22:34:58 +02:00
6ae5b2bc0d add README.md 2021-04-18 22:32:54 +02:00
2 changed files with 12 additions and 1 deletions

View File

@ -7,4 +7,8 @@ steps:
- name: build
image: plugins/docker
settings:
repo: 172.18.0.4:5000/lektor
repo: registry.wtf-eg.net/lektor
username:
fromSecret: docker_username
password:
fromSecret: docker_password

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# lektor-docker
A docker image for Lektor
## Build status
[![Build Status](https://drone.wtf-eg.de/api/badges/hbr/lector-drone/status.svg)](https://drone.wtf-eg.de/hbr/lector-drone)