arda-cards/gradle_build
Builds a gradle-based module
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 2, 2025
- License
- MIT
Pinned Snippet
uses: arda-cards/gradle-build-action@696c927e9b2e43acc528c9b292684724010d5c50 # v3.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_registry | The registry to persist Docker images | yes | — |
| gpr_user | Name of a user with read access to packages, required to get dependencies | yes | — |
| gpr_key | Personal Access Token of the gpr_user with read access to packages, required to get dependencies | yes | — |
| helm_registry | The registry to persist Helm charts | yes | — |
| kind | Whether this build test or test and publish (test|publish) | yes | — |
| skip_test | Skip test execution (true|false) | no | false |
| version | Version for the gradle artifact, defaults to the value read from the project | no | — |
Outputs
| name | description |
|---|---|
| chart_name | The name of the published chart, if any |
| chart_version | The version of the published chart, if any |