mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-21 13:50:39 +00:00
docs: use headlines instead of emphasis (#227)
This commit is contained in:
parent
e869c92f01
commit
6a78c8217c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user