Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/add docker to workflows #149

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

diogoazevedo15
Copy link
Contributor

Summary

  1. Update upload-pypi-dev.yml workflow to:
    • Wait for the dev release to be available on PyPI
    • Build a Docker image: tensoropsai/llmstudio:DEV_RELEASE_VERSION
    • Push the image to TensorOpsAI's DockerHub
  2. Update upload-pypi-dev.yml workflow to:
    • Wait for the main release to be available on PyPI
    • Build two Docker images:
      • tensoropsai/llmstudio:RELEASE_VERSION
      • tensoropsai/llmstudio:latest
    • Push both images to TensorOpsAI's DockerHub

Updated upload-pypi-dev and upload-pypi to build and push a docker image with the most recent version of LLMstudio (including dev releases) to tensoropsai dockerhub.
@diogoazevedo15 diogoazevedo15 changed the base branch from main to develop October 16, 2024 14:46
@diogoazevedo15 diogoazevedo15 merged commit 4575815 into develop Oct 16, 2024
@diogoazevedo15 diogoazevedo15 deleted the feat/add-docker-to-workflows branch October 16, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant