From 6a78c8217ca530c3e6950b7df2016dacf209a4a2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 24 Mar 2023 13:53:30 +0100 Subject: [PATCH] docs: use headlines instead of emphasis (#227) --- _docs/content/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_docs/content/_index.md b/_docs/content/_index.md index 60f1c9b..28825b2 100644 --- a/_docs/content/_index.md +++ b/_docs/content/_index.md @@ -52,11 +52,11 @@ steps: ### Examples -**Push to other registries than DockerHub:** +#### Push to other registries than DockerHub If the created image is to be pushed to registries other than the default DockerHub, it is necessary to set `registry` and `repo` as fully-qualified name. -**GHCR** +**GHCR:** ```YAML kind: pipeline @@ -74,7 +74,7 @@ steps: tags: latest ``` -**AWS ECR** +**AWS ECR:** ```YAML kind: pipeline