diff --git a/.drone.yml b/.drone.yml index 586aaa9..fb6d3a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,3 +11,6 @@ steps: from_secret: password repo: fr1nge/mdzk auto_tag: true + tags: + - latest + - '1.0' diff --git a/README.md b/README.md new file mode 100644 index 0000000..767d292 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# mdzk-docker + +This is a *very* simple docker container for the +[mdzk](https://github.com/mdzk-rs/mdzk) zettelkasten publishing framework. +Created because reinstalling using docker for every automated build was too +costly. You can find it on +[DockerHub](https://hub.docker.com/repository/docker/fr1nge/mdzk/)