1
0
Fork 0
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:
Earl Warren 2025-01-15 14:44:16 +01:00
parent ba78c11326
commit ee7b68842d
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 2 deletions

View file

@ -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 {