topaztechnology/Build image
Build cross plaform images using QEMU and publish to configured Docker registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_context | The path to the build context relative to the root of the repository, e.g. '.' | yes | — |
| docker_file | The path to the Dockerfile to build relative to the root of the repository, e.g. './Dockerfile' | yes | — |
| image_name | The name of the image to be published on the Docker registry | yes | — |
| tag_prefix | The prefix to use for version tags, e.g. for v1.2.3 this would be 'v' | yes | — |
| docker_pull_registry | The Docker registry to pull images from, e.g. 'docker.topaz.works' | no | docker.topaz.works |
| docker_pull_username | The username to login to the docker_pull_registry | no | — |
| docker_pull_token | The token to login to the docker_pull_registry | no | — |
| docker_push_registry | The Docker registry to push images to, e.g. 'registry-1.docker.io' | no | docker.io |
| docker_push_username | The username to login to the docker_push_registry | yes | — |
| docker_push_token | The token to login to the docker_push_registry | yes | — |
| docker_push_namespace | The namespace to use for the image in the docker_push_registry, e.g. 'topaztechnology' | no | topaztechnology |
Outputs
| name | description |
|---|---|
| tags | The tags that were pushed to the registry |