From 79bd2e083d5150500ee99c66185331650c3e063d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 22 Oct 2020 20:32:36 +0200 Subject: [PATCH] Update deprecation message for v1 Signed-off-by: CrazyMax --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b3e0127..05e7bfd 100644 --- a/action.yml +++ b/action.yml @@ -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: