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:
parent
adb09f901b
commit
beae8629a6
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: 'docker.io/node:20-bookworm'
|
image: 'code.forgejo.org/oci/node:20-bookworm'
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- uses: https://code.forgejo.org/actions/setup-go@v5
|
- uses: https://code.forgejo.org/actions/setup-go@v5
|
||||||
|
|
|
@ -3,6 +3,6 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:3.19
|
image: code.forgejo.org/oci/alpine:3.21
|
||||||
steps:
|
steps:
|
||||||
- run: grep Alpine /etc/os-release
|
- run: grep Alpine /etc/os-release
|
||||||
|
|
|
@ -12,7 +12,7 @@ function test_packages_alpine_version() {
|
||||||
local url=http://${HOST_PORT}
|
local url=http://${HOST_PORT}
|
||||||
|
|
||||||
log_info "alpine:$alpine_version & Forgejo $forgejo_version"
|
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() {
|
function test_packages_alpine() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue