You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Current implementation of Jinja2 templating action and Telegram send message action
docker build
s 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.
The text was updated successfully, but these errors were encountered: