mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-24 11:31:46 +00: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
@ -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…
Reference in New Issue
Block a user