docs: use headlines instead of emphasis (#227)

This commit is contained in:
Robert Kaussow 2023-03-24 13:53:30 +01:00 committed by GitHub
parent e869c92f01
commit 6a78c8217c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -52,11 +52,11 @@ steps:
### Examples ### 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. 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 ```YAML
kind: pipeline kind: pipeline
@ -74,7 +74,7 @@ steps:
tags: latest tags: latest
``` ```
**AWS ECR** **AWS ECR:**
```YAML ```YAML
kind: pipeline kind: pipeline