mirror of https://code.forgejo.org/forgejo/runner
fix: use data.forgejo.org/oci
Otherwise it may get rate limited in the CI verifying it workspull/436/head
parent
ba78c11326
commit
ee7b68842d
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- id: forgejo
|
- id: forgejo
|
||||||
uses: https://code.forgejo.org/actions/setup-forgejo@v2.0.5
|
uses: https://data.forgejo.org/actions/setup-forgejo@v2.0.5
|
||||||
with:
|
with:
|
||||||
user: root
|
user: root
|
||||||
password: admin1234
|
password: admin1234
|
||||||
|
|
|
@ -91,7 +91,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
var defaultLabels = []string{
|
var defaultLabels = []string{
|
||||||
"docker:docker://node:20-bullseye",
|
"docker:docker://data.forgejo.org/oci/node:20-bullseye",
|
||||||
}
|
}
|
||||||
|
|
||||||
type registerInputs struct {
|
type registerInputs struct {
|
||||||
|
|
Loading…
Reference in New Issue