iloveitaly/Build Image with Nixpacks and Push to Registry
Build a docker container with nixpacks on GitHub CI and push to a registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tags | List of tags to apply to the built image | no | — |
| labels | List of metadata for an image | no | — |
| platforms | List of target platforms for the build | no | — |
| context | Build's context is the set of files located in the specified PATH | yes | . |
| pkgs | Provide additional nix packages to install in the environment | no | — |
| apt | Provide additional apt packages to install in the environment | no | — |
| env | Provide additional environment variables to set | no | — |
| push | Boolean to determine if the built image should be pushed | no | false |
| cache | Boolean to determine if the build should use the cache | no | false |
| cache_tag | Image to use for the cache image. Defaults to `ghcr.io/org/app:latest` where org/app is the repository the workflow runs into. (NOTE: Provide a lowercase name, even if the repo or tbe org contain uppercase characters) | no | — |
Outputs
no outputs