Description
UTBot Cloud runs tests for C/C++ code in docker containers with C/C++ CLI. For CI/CD processes we need to know whether docker container corresponding to the latest C/C++ CLI version is compatible with UTBot Cloud or not. Thus, we need to publish its images somewhere and use it in CD processes.
Expected behavior
C/C++ CLI image is published on GitHub Packages on every push to main branch.
Environment
GitHub Actions, GitHub Packages
Potential alternatives
No alternatives.
Context
Not applicable.