allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
381 stars 132 forks source link

build automation #92

Closed valeriano-manassero closed 1 year ago

valeriano-manassero commented 2 years ago

With this a build and push to docker hub is triggered on server tags.

@jkhenning to make it work correctly, you need to setup DOCKER_HUB_USERNAME and DOCKER_HUB_ACCESS_TOKEN in repo secrets.

jkhenning commented 2 years ago

We'll need to decide on a dockerhub repo to push to - what about allegroai/clearml-nightly? or maybe nightly is a bad term?

valeriano-manassero commented 2 years ago

This action is triggered on tags only so I think allegro/clearml should be used but I may be wrong. We can eventually mod this action to be triggered on merges too.