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

Fix docker workflow #62

Open
mataai opened this issue May 18, 2022 · 0 comments
Open

Fix docker workflow #62

mataai opened this issue May 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mataai
Copy link
Member

mataai commented May 18, 2022

We are currently building the container every time we run the application. This flow is extremely ressource intensive for nothing. Pulling the image and running it using docker -run or even a docker compose file would be light years better.

I believe we should setup GitHub actions to build the container and auto deploy it to the GitHub container repository where everyone has access to download it.

We could also setup helm in the future to detect these update and automatically update the bot on the server.

@mataai mataai added the enhancement New feature or request label May 18, 2022
@mataai mataai self-assigned this Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant