mirror of
https://github.com/docker/build-push-action.git
synced 2025-03-31 04:00:08 +02:00
Make tags mandatory, since omitting it doesn't really do what you'd expect
Signed-off-by: Max Horstmann <max.horstmann@gmail.com>
This commit is contained in:
parent
92e7146349
commit
06a13bc2fa
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ inputs:
|
|||
required: true
|
||||
tags:
|
||||
description: Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
|
||||
required: false
|
||||
required: true
|
||||
tag_with_ref:
|
||||
description: Automatically tags the built image with the git reference as per the readme
|
||||
required: false
|
||||
|
|
Loading…
Add table
Reference in a new issue