We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 251dc8a + acea108 commit f00f682Copy full SHA for f00f682
src/ci/docker/run.sh
@@ -96,7 +96,9 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
96
docker --version
97
98
REGISTRY=ghcr.io
99
- REGISTRY_USERNAME=${GITHUB_REPOSITORY_OWNER:-rust-lang-ci}
+ # Hardcode username to reuse cache between auto and pr jobs
100
+ # FIXME: should be changed after move from rust-lang-ci
101
+ REGISTRY_USERNAME=rust-lang-ci
102
# Tag used to push the final Docker image, so that it can be pulled by e.g. rustup
103
IMAGE_TAG=${REGISTRY}/${REGISTRY_USERNAME}/rust-ci:${cksum}
104
# Tag used to cache the Docker build
0 commit comments