From 4a5bfd60278ea9d7f3842ae8c3b65e1199f42b26 Mon Sep 17 00:00:00 2001 From: redxef Date: Wed, 9 Mar 2022 16:40:28 +0100 Subject: [PATCH] Improve readme formatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af5f9df..f8a27e5 100644 --- a/README.md +++ b/README.md @@ -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).