fix: use data.forgejo.org/oci

Otherwise it may get rate limited in the CI verifying it works
pull/436/head
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

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

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 {