We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdfb61 commit e7bd16eCopy full SHA for e7bd16e
src/ci/docker/run.sh
@@ -93,7 +93,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
93
docker --version
94
95
REGISTRY=ghcr.io
96
- REGISTRY_USERNAME=${GITHUB_REPOSITORY_OWNER}
+ REGISTRY_USERNAME=${GITHUB_REPOSITORY_OWNER:-rust-lang-ci}
97
# Tag used to push the final Docker image, so that it can be pulled by e.g. rustup
98
IMAGE_TAG=${REGISTRY}/${REGISTRY_USERNAME}/rust-ci:${cksum}
99
# Tag used to cache the Docker build
0 commit comments