Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
containers: Don't force specific container registries.
Specifying exact container registry doesn't allow users to choose a different one. This may result in build failures due to that specific registry being unavailable or docker hub, for example, limiting the connections, which sometimes happens in GHA. Let the container engine decide where to get the images from instead. Users can configure the engine with preferred registries, if needed. Signed-off-by: Ilya Maximets <[email protected]>
- Loading branch information