Skip to content

Commit

Permalink
feat!: update gradle to 8.5 (#92129)
Browse files Browse the repository at this point in the history
* declared missing inputs in actions/prepare-docker/action.yaml
  • Loading branch information
skiesewetter-intershop committed Jan 10, 2024
1 parent 9d9b356 commit e030c7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/prepare-docker/action.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e030c7a

Please sign in to comment.