iloveitaly/Build Image with RailPack and Push to Registry
Build a docker container with RailPack 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 | . |
| apt | Provide additional apt packages to install in the environment (comma-separated list) | no | — |
| env | Environment variables to pass to the railpack build (newline-separated KEY=VALUE pairs). Use the YAML multiline string syntax (env: |) to support values containing commas. | 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