Skip to content

Commit 6733a83

Browse files
committed
Use correct environment for tool containers
1 parent 9f18182 commit 6733a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- miri
140140
- rustfmt
141141
env:
142-
IMAGE_NAME: ghcr.io/integer32llc/rust-playground-ci-rust-${{ matrix.channel }}
142+
IMAGE_NAME: ghcr.io/integer32llc/rust-playground-ci-tool-${{ matrix.tool }}
143143
DOCKER_HUB_IMAGE_NAME: shepmaster/${{ matrix.tool }}
144144
continue-on-error: true
145145
steps:

ci/workflows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ workflows:
493493
build_tool_containers:
494494
<<: *build_tool_containers_job
495495
env:
496-
<<: *build_compiler_containers_job_env
496+
<<: *build_tool_containers_job_env
497497
DOCKER_HUB_IMAGE_NAME: shepmaster/${{ matrix.tool }}
498498
continue-on-error: true
499499

0 commit comments

Comments
 (0)