mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
fix: use data.forgejo.org/oci
Otherwise it may get rate limited in the CI verifying it works
This commit is contained in:
parent
ba78c11326
commit
ee7b68842d
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ const (
|
|||
)
|
||||
|
||||
var defaultLabels = []string{
|
||||
"docker:docker://node:20-bullseye",
|
||||
"docker:docker://data.forgejo.org/oci/node:20-bullseye",
|
||||
}
|
||||
|
||||
type registerInputs struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue