bcybergmbh/build-container-image-action
The official bCyber container building action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 11, 2025
- License
- None
Pinned Snippet
uses: bcybergmbh/build-container-image-action@ba18b11347f44744053ee5227951d43a8ea64222 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| registry_name | registry name (default ghcr.io) | no | ghcr.io |
| registry_username | registry username | yes | — |
| registry_password | registry password | yes | — |
| image_repository | container image repository | yes | — |
| dockerfile_path | path to Dockerfile (default ./Dockerfile) | no | ./Dockerfile |
| build_args | build args | no | build args to be supplied to the build. Specify as list of newline delimited KEY=VALUE tuples |
| build_context | path to build context (default .) | no | . |
| build_target | sets the target stage to build | no | "" |
| push_to_registry | push to container registry (true/false) | yes | — |
Outputs
no outputs