Re-enable TCC for GHA CI #10832
Labels
area/build
Marks an issue as related to our build pipeline (e.g. Maven settings, CI, etc.)
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
Description
Since moving to our own self hosted runners with a DinD sibling, the actions controller adds an environment variable
DOCKER_HOST
which overrides the TCC agent settings, resulting in TCC being completely unused.Possible solutions:
DOCKER_HOST
environment variable in the job/workflow directly.The text was updated successfully, but these errors were encountered: