actions-marketplace-validations/Predefined Build/Push
Builds a docker image and pushes a registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 6, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/cam3ron2_build-action@b159614e122d21a8916d688c5921dadeb82bbec5 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the Dockerfile | no | Dockerfile |
| context | Build's context is the set of files located in the specified PATH or URL | no | . |
| build-args | Arguments to pass to the Dockerfile | no | "" |
| registry | Registry that houses the repository | no | "" |
| repository | Repository to push to | yes | "" |
| push | Push the image to the registry | no | true |
| username | Username for the registry | yes | "" |
| password | Password for the registry | yes | "" |
| publish-cache | If true, create an artifact | no | true |
| trivy | Use Trivy to scan the resulting image | no | false |
| trivy_upload | Upload Trivy scan results to GitHub Security tab | no | true |
Outputs
| name | description |
|---|---|
| imageid | Image ID |
| digest | Image digest |
| metadata | Build result metadata |
| default_tag | Default tag |