mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
Merge pull request #197 from crazy-max/releases/v1
Update deprecation message for v1
This commit is contained in:
commit
3e7a4f6646
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +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'
|
||||
deprecationMessage: 'v2 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