We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80deed8 commit 161cdfaCopy full SHA for 161cdfa
src/ci/docker/run.sh
@@ -108,6 +108,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
108
if ! grep -q "$digest" <(echo "$loaded_images"); then
109
echo "Uploading finished image to $url"
110
set +e
111
+ docker history rust-ci
112
docker history -q rust-ci | \
113
grep -v missing | \
114
xargs docker save | \
0 commit comments