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
|
@ -24,7 +24,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- 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:
|
||||
user: root
|
||||
password: admin1234
|
||||
|
|
|
@ -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