actions-marketplace-validations/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
- Stalelast commit Feb 24, 2024
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/mathieusoysal_jib-container-publish.yml@8df13913445f036bf93d0450669dbfbac2cac541 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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