theboutroslab/Docker-build-release
Build Docker image and push to GHCR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | Organizational host for the image. Defaults to the organization of the calling repository. | — | ${{ github.event.organization.login }} |
| metadata-file | Metadata YAML file containing information | — | metadata.yaml |
| image-name-key-path | YAML path to key for image name | — | .image_name |
| github-token | GITHUB_TOKEN for access | — | ${{ github.token }} |
| custom-tags | Custom tags | — | "" |
| context | Docker build context | — | . |
| file | Dockerfile to build. Defaults to ${context}/Dockerfile | no | — |
| non-semver-tags | If set to any value, build all tags beginning with v | — | "" |
| platforms | Comma-separated list of target platforms to build | — | linux/amd64,linux/arm64 |
Outputs
no outputs