What is the relationship between the Docker images in the actions/actions-runner-controller and actions/runner repositories? #3681
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that the default image used in the scale runner set within
actions-runner-controller
comes fromactions/runner
. However, when I replace the image with one fromactions-runner-controller
, it doesn't work properly. Therefore, I'm curious about how to correctly use the images within theactions/actions-runner-controller
repository and what their relationship is with the images fromactions/runner
.Beta Was this translation helpful? Give feedback.
All reactions