Closed ArtemSBulgakov closed 1 month ago
Currently the Docker images are built on our servers. In order to remove the load during build, we can build images on GitHub Actions.
Use the same Actions workflow as we use on other repositories (ex. Events).
This issue needs #128 to be resolved. Currently the image cannot be built with dynamic .env variables.
Not needed anymore as we use static files. They can be downloaded from workflow artifacts
Describe the feature
Currently the Docker images are built on our servers. In order to remove the load during build, we can build images on GitHub Actions.
Suggested solution
Use the same Actions workflow as we use on other repositories (ex. Events).
Additional context
This issue needs #128 to be resolved. Currently the image cannot be built with dynamic .env variables.