From 2c55c1c005c3022dd062f86ac965f153eaeeebe5 Mon Sep 17 00:00:00 2001 From: francesco Date: Thu, 22 Apr 2021 19:18:44 +0200 Subject: [PATCH] update drone pipeline Add Date Plugin to Dockerfile --- .drone/Dockerfile | 3 ++- .drone/drone.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone/Dockerfile b/.drone/Dockerfile index af36799..bb0ddf9 100644 --- a/.drone/Dockerfile +++ b/.drone/Dockerfile @@ -1 +1,2 @@ -FROM squidfunk/mkdocs-material \ No newline at end of file +FROM squidfunk/mkdocs-material +pip install mkdocs-git-revision-date-plugin \ No newline at end of file diff --git a/.drone/drone.yml b/.drone/drone.yml index 23a15c8..3b9cdb0 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -11,7 +11,7 @@ steps: from_secret: REGISTRY_PASSWORD storage_driver: vfs registry: docker.r4o.ch - repo: docker.r4o.ch/docs + repo: docker.r4o.ch/francesco/docs auto_tag: true image_pull_secrets: