Improve readme formatting.

This commit is contained in:
redxef 2022-03-09 16:40:28 +01:00
parent 18896f8e40
commit 4a5bfd6027
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -5,7 +5,6 @@ since buildx is flakey for me.
Currently only the docker registry is supported.
## parameters
- repository: Required. The repository of the image.
@ -17,6 +16,7 @@ Currently only the docker registry is supported.
- manual: Optional. Don't use params and instead supply all arguments via the command line, default: `false`
- username: Optional. The username used to log into the registry.
- password: Optional. The password used to log into the registry.
## Example
To view a simple invocation just look at [pipeline.yml](ci/pipeline.yml).