conventional-actions/docker-build
Build docker images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | name of container | no | — |
| dockerfile | dockerfile path | no | — |
| artifact | name of the artifact if different from the container name | no | — |
| platforms | comma-separated list of platforms to build | no | linux/amd64,linux/arm64 |
| buildkitd-flags | buildkitd flags to use | no | --allow-insecure-entitlement network.host |
| build-args | list of build-time variables | no | — |
| target | sets the target stage to build | no | — |
| snyk-token | SNYK auth token | no | "" |
| scan | set to false to disable scan (default is true) | no | true |
| download-artifacts | set to false to disable downloading artifacts | no | true |
| version-major | major version number | no | — |
| version-minor | minor version number | no | — |
| version-patch | full path version number | no | — |
| release-branch | release branch name | no | main |
| secret-files | List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) | no | — |
Outputs
no outputs