fix: use code.forgejo.org instead of docker.io

to avoid throttling

Fixes: https://code.forgejo.org/forgejo/end-to-end/actions/runs/2316
This commit is contained in:
Earl Warren 2025-01-13 05:30:48 +01:00
parent adb09f901b
commit beae8629a6
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ function test_packages_alpine_version() {
local url=http://${HOST_PORT}
log_info "alpine:$alpine_version & Forgejo $forgejo_version"
docker run --rm --volume $d:$d:ro --workdir $d docker.io/alpine:$alpine_version ash -c "./test.sh $url $token"
docker run --rm --volume $d:$d:ro --workdir $d code.forgejo.org/oci/alpine:$alpine_version ash -c "./test.sh $url $token"
}
function test_packages_alpine() {