From f6a83d7dca37e7e6a325513ca111d01e4e45eb52 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 29 Sep 2020 02:04:15 +0200 Subject: [PATCH] Adding deprecation warning (#234) --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 351c489a..a9826e0e 100644 --- a/action.yml +++ b/action.yml @@ -8,10 +8,12 @@ branding: inputs: buildx-version: + deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the official Docker action docker/setup-buildx-action@v1' description: 'Buildx version. Example: v0.3.0' default: 'latest' required: false qemu-version: + deprecationMessage: 'This action is ARCHIVED and will not receive any updates, update your workflows to use the official Docker action docker/setup-buildx-action@v1' description: 'QEMU static binaries Docker image version. Example: 4.2.0-7' default: 'latest' required: false