From 758cf72aff662d367733ba66796cec76fc35ec7b Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Sun, 24 Dec 2023 14:40:48 +0100 Subject: [PATCH] remove docker_image argument for client image (artifact from migration) --- action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/action.yml b/action.yml index 76ad7ab..cc7f1cd 100644 --- a/action.yml +++ b/action.yml @@ -2,10 +2,6 @@ name: 'Docker' description: 'Build and publish docker images' inputs: - docker_image: - description: docker client image to use for building images - default: "docker:latest" - docker_auth_json_file: description: location of the docker auth json file, relative to home dir or absolute path default: ".docker/config.json"