https://github.com/jina-ai/action-hubble-push
Push the executor to hubble
https://github.com/jina-ai/action-hubble-push
Last synced: 7 months ago
JSON representation
Push the executor to hubble
- Host: GitHub
- URL: https://github.com/jina-ai/action-hubble-push
- Owner: jina-ai
- License: apache-2.0
- Created: 2021-09-20T05:29:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T06:49:45.000Z (over 2 years ago)
- Last Synced: 2025-03-07T03:46:28.594Z (7 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 1
- Watchers: 24
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Push Executors to Hubble
Push the executor to Hubble with the tags `$git_tag` and `latest`
One need to specify the input `git_tag` and set the following secrets in the repo
- `jinahub_token`: token of your Jina AI Cloud account
You need to pass this to the action like so:
```yml
- name: push to Hubble
uses: jina-ai/action-hubble-push@v12
env:
jinahub_token: ${{ secrets.jinahub_token }}
```If you want to release the GPU version, make sure you have `Dockerfile.gpu` in your root folder
Note that the old `exec_secret` is deprecated and removed from this action.