mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
Add deprecation notice (v2 available)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
836357fa9e
commit
35323d9aa4
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ inputs:
|
|||
description: Server address of Docker registry. If not set then will default to Docker Hub
|
||||
required: false
|
||||
repository:
|
||||
deprecationMessage: 'v2 beta is now available through docker/build-push-action@v2'
|
||||
description: Docker repository to tag the image with
|
||||
required: true
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue