Skip to content

Commit 161cdfa

Browse files
committed
show docker history
1 parent 80deed8 commit 161cdfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
108108
if ! grep -q "$digest" <(echo "$loaded_images"); then
109109
echo "Uploading finished image to $url"
110110
set +e
111+
docker history rust-ci
111112
docker history -q rust-ci | \
112113
grep -v missing | \
113114
xargs docker save | \

0 commit comments

Comments
 (0)