saturdayshdev/Build
🏗️ GitHub Action for building and publishing Docker images to GitHub.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Used for publishing to GitHub Packages. | yes | — |
| org | Organization to publish the image under. | yes | — |
| dockerfile | Path to the Dockerfile. | yes | — |
| image | The name of the image to build. | yes | — |
| tag | The tag to apply to the built image. | yes | — |
| project-dir | Path to the project directory. Defaults to repository root. | no | . |
| env-file | Raw content of a .env file. If provided, it will be injected before building the image. | no | "" |
Outputs
no outputs