bcybergmbh/build-container-image-action

The official bCyber container building action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Feb 11, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: bcybergmbh/build-container-image-action@ba18b11347f44744053ee5227951d43a8ea64222 # v0.1.0

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

namedescriptionrequireddefault
registry_nameregistry name (default ghcr.io)noghcr.io
registry_usernameregistry usernameyes
registry_passwordregistry passwordyes
image_repositorycontainer image repositoryyes
dockerfile_pathpath to Dockerfile (default ./Dockerfile)no./Dockerfile
build_argsbuild argsnobuild args to be supplied to the build. Specify as list of newline delimited KEY=VALUE tuples
build_contextpath to build context (default .)no.
build_targetsets the target stage to buildno""
push_to_registrypush to container registry (true/false)yes

no outputs