We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e80c2 commit 532dd82Copy full SHA for 532dd82
internal/pkg/labels/labels.go
@@ -79,7 +79,7 @@ func (l Labels) PickPlatform(runsOn []string) string {
79
// So the runner receives a task with a label that the runner doesn't have,
80
// it happens when the user have edited the label of the runner in the web UI.
81
// TODO: it may be not correct, what if the runner is used as host mode only?
82
- return "gitea/runner-images:ubuntu-latest"
+ return ""
83
}
84
85
func (l Labels) Names() []string {
0 commit comments