From 35323d9aa4928042a3a3317ed0fe198e051f7df4 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 8 Sep 2020 23:08:47 +0200 Subject: [PATCH] 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: