Skip to content

Commit

Permalink
try not removing iter images
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Aug 9, 2023
1 parent 161cdfa commit 5592aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
docker images
retry docker \
build \
--rm \
--rm=false \
-t rust-ci \
-f "$dockerfile" \
"$context"
Expand Down

0 comments on commit 5592aa3

Please sign in to comment.