remove docker_image argument for client image (artifact from migration)

This commit is contained in:
David Hiendl 2023-12-24 14:40:48 +01:00
parent 29ca9c0278
commit 758cf72aff

View File

@ -2,10 +2,6 @@ name: 'Docker'
description: 'Build and publish docker images' description: 'Build and publish docker images'
inputs: inputs:
docker_image:
description: docker client image to use for building images
default: "docker:latest"
docker_auth_json_file: docker_auth_json_file:
description: location of the docker auth json file, relative to home dir or absolute path description: location of the docker auth json file, relative to home dir or absolute path
default: ".docker/config.json" default: ".docker/config.json"