rwx-cloud/RWX Image Build
Build OCI-compliant container images on RWX
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | RWX access token | yes | — |
| file | Path to RWX config file (e.g., .rwx/build.yml) | yes | — |
| target | Task key to build | yes | — |
| init | Init parameters as JSON object or key=value pairs (comma-separated) | no | — |
| push-to | Registry reference to push to. Format: registry.com/namespace/image:tag. Requires Docker to be authenticated to the registry (e.g., via docker/login-action in a previous step). | no | — |
| pull | Pull the built image to the local Docker daemon after building. | no | false |
| cache | Enable RWX cache. Set to false to disable caching. | no | true |
| timeout | Build timeout (e.g., 30m, 1h) | no | 30m |
Outputs
| name | description |
|---|---|
| image-reference | Full image reference (Docker registry reference if pushed, otherwise RWX image reference) |
| run-url | URL to view the run in RWX Cloud |
| json | Complete JSON object with all details |