paxschweiz/Create Image
Create Docker image from GitHub repository and push it into a docker registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gitrepo | repository name | yes | — |
| registryname | registry hostname | yes | — |
| registryuser | registry user / actor | yes | — |
| registrytoken | registry token / password | yes | — |
| gitref | git ref to create the image tag | yes | — |
| imagename | container image name | yes | — |
| imagetag | container image tag | no | — |
| dockerfile | Dockerfile name - optional - default is Dockerfile | no | — |
| buildcontext | Context for Docker build - optional - default is . | no | — |
| buildarg | Contents of --build-arg parameter passed to Docker build - optional - default is empty string | no | — |
Outputs
| name | description |
|---|---|
| image | image url on registry |
| tag | tag of image |