This action takes your Model Definition file and compressed Docker image file and uploads them to DAFNI as a new Model version.
Required The path to your Model Definition file.
Required The path to your Model's compressed Docker image file.
Required Your DAFNI username.
Required Your DAFNI password.
Required A version message to use for your Model version. Default "Uploaded from DAFNI Model Uploader"
.
The ID of the parent Model on DAFNI you want to associate the new version with. Optional - if not specified a new Model will be created on DAFNI.
uses: actions/dafni-model-uploader@v1 with: definition-path: 'path/to/model_definition.yaml' image-path: 'path/to/image.tar.gz' username: 'dafni-username' password: 'password123!' version-message: 'Im uploading my Model automatically!' parent-model: '62774935-f7d3-40b0-aa69-7faac8c800c7'