From bd8a7ffab97da6e2ff2f1ff774571d2e6abc2920 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 30 May 2022 21:59:44 +0200 Subject: [PATCH] move privileged hint to usage section in docs --- _docs/content/_index.md | 8 ++++---- _docs/data/data.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_docs/content/_index.md b/_docs/content/_index.md index f306b1b..442649f 100644 --- a/_docs/content/_index.md +++ b/_docs/content/_index.md @@ -23,6 +23,10 @@ The tags follow the major version of Docker, e.g. `19`, the minor and patch part ## Usage +{{< hint type=important >}} +Be aware that the this plugin requires privileged capabilities, otherwise the integrated Docker daemon is not able to start. +{{< /hint >}} + ```YAML kind: pipeline name: default @@ -66,10 +70,6 @@ docker build --file docker/Dockerfile.amd64 --tag thegeeklab/drone-docker . ## Test -{{< hint type=important >}} -Be aware that the this plugin requires privileged capabilities, otherwise the integrated Docker daemon is not able to start. -{{< /hint >}} - ```Shell docker run --rm \ -e PLUGIN_TAG=latest \ diff --git a/_docs/data/data.yaml b/_docs/data/data.yaml index bb60bcd..e9bdf0c 100644 --- a/_docs/data/data.yaml +++ b/_docs/data/data.yaml @@ -95,7 +95,7 @@ properties: required: false auto_tag: - description: > + description: | Generate tag names automatically based on git branch and git tag. When this feature is enabled and the event type is `tag`, the plugin will automatically tag the image using the standard semVer convention. For example: