From 35323d9aa4928042a3a3317ed0fe198e051f7df4 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 8 Sep 2020 23:08:47 +0200 Subject: [PATCH 1/2] Add deprecation notice (v2 available) Signed-off-by: CrazyMax --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 7720f15..b3e0127 100644 --- a/action.yml +++ b/action.yml @@ -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: From 79bd2e083d5150500ee99c66185331650c3e063d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 22 Oct 2020 20:32:36 +0200 Subject: [PATCH 2/2] 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: