From 18896f8e40acee56592f0f8f02099e8cfc4d564c Mon Sep 17 00:00:00 2001 From: redxef Date: Wed, 9 Mar 2022 16:37:41 +0100 Subject: [PATCH] Add description for other params. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f55312..af5f9df 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,15 @@ Currently only the docker registry is supported. ## parameters +- repository: Required. The repository of the image. +- tag: Optional. The tag for the image, default: `latest` +- additional_tags: Optional. Path to a file containing one additional tag per line. +- push: Optional. Should the built image be pushed, default: `false` +- platform: Optional. A comma seperated list of target platforms, default: current platform +- context: The context with which to build. +- 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).