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

Use local docker images for Jinja2 and Telegram in actions #11

Closed
DenKoren opened this issue Feb 16, 2022 · 1 comment
Closed

Use local docker images for Jinja2 and Telegram in actions #11

DenKoren opened this issue Feb 16, 2022 · 1 comment
Assignees

Comments

@DenKoren
Copy link
Member

Current implementation of Jinja2 templating action and Telegram send message action docker builds new image from Dockerfile EACH TIME they are used in new jobs (this causes pip install and other things to be performed). This consumes a lot of worker time when we talk about 100 of notifications.

We should build local docker image, store it in github-ci repository (or somewhere outside) and use prebuilt images in actions.

@DenKoren DenKoren self-assigned this Feb 16, 2022
@DenKoren
Copy link
Member Author

DenKoren commented Mar 22, 2022

Ou, I accidentally did it about week and half ago. :)

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

No branches or pull requests

1 participant