Skip to content

Commit e7bd16e

Browse files
committed
Fix local download of Docker caches
1 parent 0fdfb61 commit e7bd16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
9393
docker --version
9494

9595
REGISTRY=ghcr.io
96-
REGISTRY_USERNAME=${GITHUB_REPOSITORY_OWNER}
96+
REGISTRY_USERNAME=${GITHUB_REPOSITORY_OWNER:-rust-lang-ci}
9797
# Tag used to push the final Docker image, so that it can be pulled by e.g. rustup
9898
IMAGE_TAG=${REGISTRY}/${REGISTRY_USERNAME}/rust-ci:${cksum}
9999
# Tag used to cache the Docker build

0 commit comments

Comments
 (0)