1
0
Fork 0
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:
Max Horstmann 2020-05-25 21:45:16 -04:00 committed by Max Horstmann
parent 92e7146349
commit 06a13bc2fa

View file

@ -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