Skip to content

Commit

Permalink
Use correct environment for tool containers
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Dec 31, 2020
1 parent 9f18182 commit 6733a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- miri
- rustfmt
env:
IMAGE_NAME: ghcr.io/integer32llc/rust-playground-ci-rust-${{ matrix.channel }}
IMAGE_NAME: ghcr.io/integer32llc/rust-playground-ci-tool-${{ matrix.tool }}
DOCKER_HUB_IMAGE_NAME: shepmaster/${{ matrix.tool }}
continue-on-error: true
steps:
Expand Down
2 changes: 1 addition & 1 deletion ci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ workflows:
build_tool_containers:
<<: *build_tool_containers_job
env:
<<: *build_compiler_containers_job_env
<<: *build_tool_containers_job_env
DOCKER_HUB_IMAGE_NAME: shepmaster/${{ matrix.tool }}
continue-on-error: true

Expand Down

0 comments on commit 6733a83

Please sign in to comment.