actions-marketplace-validations/JIB container publish

Build automatically container with JIB and publish it to GitHub Packages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 24, 2024
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/mathieusoysal_jib-container-publish.yml@8df13913445f036bf93d0450669dbfbac2cac541 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
REGISTRYRegistry of the image to publishyesghcr.io
IMAGE_NAMEName of the image to publishyes${{ github.repository }}
USERNAMEUsername to login to registryyes${{ github.actor }}
PASSWORDPassword to login to registryyes
tag-nameTag name of the image to publishyeslatest
java-versionJava version to useyes21
java-distributionJava distribution to usenotemurin
moduleMaven project to build image of (in a multi module project)no
main-classMain class used as entry pointno

no outputs