fix: upgrade must use code.forgejo.org/oci

Otherwise it may get rate limited in the CI verifying it works
This commit is contained in:
Earl Warren 2025-01-15 13:18:19 +01:00
parent 37572630e8
commit 5c2eebc521
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -25,7 +25,7 @@ function test_upload_profiles() {
function test_forgejo_pprof() { function test_forgejo_pprof() {
stop stop
docker rm -f test_pyroscope docker rm -f test_pyroscope
docker run --name test_pyroscope --rm -d -p 4040:4040 docker.io/grafana/pyroscope docker run --name test_pyroscope --rm -d -p 4040:4040 code.forgejo.org/oci/pyroscope:1.12.0
reset_forgejo $UPGRADE_DIR/default-app.ini reset_forgejo $UPGRADE_DIR/default-app.ini
log_info "run 7.0" log_info "run 7.0"
@ -39,5 +39,4 @@ function test_forgejo_pprof() {
stop stop
docker stop test_pyroscope docker stop test_pyroscope
} }