Skip to content

Commit

Permalink
[CI] Pause between jdk versions when building images
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Sep 16, 2023
1 parent ca21fca commit a7b7f60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-images/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ for ((i = 0; i < len; i++)); do
echo "Pushed $IMAGE:$TAG"
fi
done
sleep 60
done
docker system prune -f
docker system prune --volumes -f
docker system prune --volumes -f

0 comments on commit a7b7f60

Please sign in to comment.