From 26fc3337b409719c100b572e7650f7df22b993ea Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 1 Mar 2025 04:38:33 +0000 Subject: [PATCH] Update internal/pkg/labels/labels.go --- internal/pkg/labels/labels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/labels/labels.go b/internal/pkg/labels/labels.go index d6de373..542b52d 100644 --- a/internal/pkg/labels/labels.go +++ b/internal/pkg/labels/labels.go @@ -79,7 +79,7 @@ func (l Labels) PickPlatform(runsOn []string) string { // So the runner receives a task with a label that the runner doesn't have, // it happens when the user have edited the label of the runner in the web UI. // TODO: it may be not correct, what if the runner is used as host mode only? - return "gitea/runner-images:ubuntu-latest" + return "docker.gitea.com/runner-images:ubuntu-latest" } func (l Labels) Names() []string {