actions-marketplace-validations/Jina Hub Image Builder
Build & test your Pod into Docker image and share with the community
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| push | if add --push to jina hub build command | no | False |
| jina_hub_token | access token for jina hub login | no | ${{ github.token }} |
| dockerhub_username | user name of the Docker registry | no | — |
| dockerhub_password | the plaintext password of the docker hub | no | — |
| dockerhub_registry | the URL to the Docker registry | no | https://index.docker.io/v1/ |
| slack_webhook | webhook for Slack notification | no | — |
| jina_version | the jina version for building the hub image, check out all the available version at https://pypi.org/project/jina, by default the latest version is used. | no | latest |
Outputs
| name | description |
|---|---|
| success_targets | Successfully built targets with their paths |
| failed_targets | Failed built targets with their paths |