diff --git a/action.yml b/action.yml index 351c489..a9826e0 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