We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f18182 commit 6733a83Copy full SHA for 6733a83
.github/workflows/cron.yml
@@ -139,7 +139,7 @@ jobs:
139
- miri
140
- rustfmt
141
env:
142
- IMAGE_NAME: ghcr.io/integer32llc/rust-playground-ci-rust-${{ matrix.channel }}
+ IMAGE_NAME: ghcr.io/integer32llc/rust-playground-ci-tool-${{ matrix.tool }}
143
DOCKER_HUB_IMAGE_NAME: shepmaster/${{ matrix.tool }}
144
continue-on-error: true
145
steps:
ci/workflows.yml
@@ -493,7 +493,7 @@ workflows:
493
build_tool_containers:
494
<<: *build_tool_containers_job
495
496
- <<: *build_compiler_containers_job_env
+ <<: *build_tool_containers_job_env
497
498
499
0 commit comments