rohdef/Build container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 14, 2026
- License
- None
Pinned Snippet
uses: rohdef/action-build-scan-push-container@065000028077c95306ad761f0a8c1a859f426e8d # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| annotations | List (new line for each entry) of annotation to set to the image | no | — |
| build-args | List of build-time variables | no | — |
| dockerfile-path | Path to the Dockerfile | yes | — |
| labels | List (new line for each entry) of metadata for an image | no | — |
| destination-hosts | Where to upload the artifact to - if only local is desired just use "localhost:5000" - trailing slash is not allowed. Must be a text with a yaml array of hosts | yes | - ghcr.io |
| destination-image-names | Must be a text with a yaml array of hosts | yes | - ${{ github.repository }} |
| auto-tagging | — | yes | TAGS_AS_RELEASE |
| destination-tags | Must be a text with a yaml array of hosts. | yes | [] |
Outputs
| name | description |
|---|---|
| image-id | Image ID/name for the intermediate image - probably a UUID or similar random string/value |
| digest | Image digest for usage in helm charts or other deployments where it is desired to lock the version to this build |
| images-pushed | Full list (as yaml array) of image names pushed |