mathieusoysal/JIB container publish
Build automatically container with JIB and publish it to GitHub Packages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| REGISTRY | Registry of the image to publish | yes | ghcr.io |
| IMAGE_NAME | Name of the image to publish | yes | ${{ github.repository }} |
| USERNAME | Username to login to registry | yes | ${{ github.actor }} |
| PASSWORD | Password to login to registry | yes | — |
| tag-name | Tag name of the image to publish | yes | latest |
| java-version | Java version to use | yes | 21 |
| java-distribution | Java distribution to use | no | temurin |
| module | Maven project to build image of (in a multi module project) | no | — |
| main-class | Main class used as entry point | no | — |
Outputs
no outputs