arda-cards/gradle-build-pipeline
Checkout, build and tag gradle projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- MIT
Pinned Snippet
uses: arda-cards/gradle-build-pipeline-action@d667cbe4a705fa628594c4cc68464adb5f2a4350 # v1.3.9tags 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 | — |
| skip_test | Skip test execution (true|false) | no | false |
| token | The workflow's GitHub token | yes | — |
Outputs
| name | description |
|---|---|
| chart_name | The name of the helm chart, if published |
| chart_version | The version of the helm chart, if published |
| module_name | The name of the module |