From e030c7a7b229aa0ab33b7eade5ec3a12c267fc74 Mon Sep 17 00:00:00 2001 From: Sven Kiesewetter Date: Wed, 10 Jan 2024 09:21:17 +0100 Subject: [PATCH] feat!: update gradle to 8.5 (#92129) * declared missing inputs in actions/prepare-docker/action.yaml --- .github/actions/prepare-docker/action.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/prepare-docker/action.yaml b/.github/actions/prepare-docker/action.yaml index c1e1e22..422215c 100644 --- a/.github/actions/prepare-docker/action.yaml +++ b/.github/actions/prepare-docker/action.yaml @@ -1,5 +1,12 @@ name: Preparations for later docker usage description: prepares the access to docker.io and builds an image using createimage.sh +inputs: + docker-user: + required: true + description: The user to be used for the docker login + docker-password: + required: true + description: The password to be used for the docker login runs: using: composite