Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkubectl committed Jun 25, 2024
1 parent db38be5 commit 1ea8eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/workflows/java-gradle-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| --------------------------- | ------- | -------- | ------------- | ------------------------------------------------------------------------------------------------- |
| docker-publisher | string | true | | Publisher to prefix Docker image. |
| docker-registry | string | false | `"docker.io"` | Host where the image should be pushed to. |
| gradle-cache | boolean | false | `true` | Whether Gradle caching is enabled or not. (Default is true) |
| gradle-cache-read-only | boolean | false | `false` | Whether Gradle caching should be read-only. Only used for build and test jobs. (Default is false) |
| gradle-refresh-dependencies | boolean | false | `false` | Whether Gradle should refresh dependencies. (Default is false) |
Expand Down

0 comments on commit 1ea8eb0

Please sign in to comment.