paritytech/Build
Builds a Docker image and optionally pushes it to registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| push_to_registry | Whether to push the image to registry ('true' or 'false' as string) | yes | false |
| registry_user | Registry username (if push_to_registry is 'true') | no | — |
| registry_password | Registry password (if push_to_registry is 'true') | no | — |
| registry_url | Registry url | no | registry.parity.io/parity-internal/ |
| image_name | Image name | no | ${{ github.event.repository.name }} |
| image_tags | Image tags, space separated | no | ${{ github.ref_type == 'tag' && github.ref_name || github.sha }} |
| dockerfile_path | Dockerfile path | no | ./Dockerfile |
| build_args | Build arguments | no | VCS_REF=${{ github.sha }} BUILD_DATE=$(date -u '+%Y-%m-%dT%H:%M:%SZ') |
| extra_args | Extra Buildah Args | no | — |
| context | Build context | no | . |
Outputs
| name | description |
|---|---|
| tag | The tag of the built image |