mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
Add inputs and examples to readme
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
676cae2f85
commit
b9dd5932a8
2 changed files with 191 additions and 3 deletions
|
@ -20,7 +20,7 @@ inputs:
|
|||
description: Docker repository to tag the image with
|
||||
required: true
|
||||
tags:
|
||||
description: Comma-delimited list of tags. These will be added to the server/repository to form the image's tags
|
||||
description: Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
|
||||
required: false
|
||||
tag_with_ref:
|
||||
description: Automatically tags the built image with the git reference as per the readme
|
||||
|
@ -48,7 +48,7 @@ inputs:
|
|||
description: Comma-delmited list of build-time variables
|
||||
required: false
|
||||
labels:
|
||||
description: Comma-delimited list of labels to add to the built image. E.g. `label_name_1=label_value_1,label_name_2=label_value_2`
|
||||
description: Comma-delimited list of labels to add to the built image
|
||||
required: false
|
||||
add_git_labels:
|
||||
description: Adds labels with git repo info to the built image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue